neuralib.imaging.scanbox.view.ScanBoxViewOptions
- class neuralib.imaging.scanbox.view.ScanBoxViewOptions[source]
Bases:
AbstractParser- __init__()
Methods
__init__()main([args, parse_only, system_exit])parsing the commandline input args and call
run().new_parser(**kwargs)create an
ArgumentParser.run()called after
main()Attributes
parser description.
EPILOGparser epilog.
USAGEparser usage.
which pmt channel
directory containing .sbx/.mat scanbox output
indices of image sequences, if None, then all frames
which optic plane
play the selected imaging sequences
save sequence as tiff output
show meta verbose
- DESCRIPTION: str = 'ScanBox data view & save options'
parser description. Could be override as a method if its content is dynamic-generated.
- directory: Path
directory containing .sbx/.mat scanbox output
- frames: tuple[int, int] | None
indices of image sequences, if None, then all frames
- plane: int
which optic plane
- channel: int
which pmt channel
- verbose: bool
show meta verbose
- show: bool
play the selected imaging sequences
- to_tiff: Path | None
save sequence as tiff output