neuralib.widefield.fft_view.WideFieldFFTViewOption

class neuralib.widefield.fft_view.WideFieldFFTViewOption[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

DESCRIPTION

parser description.

EPILOG

parser epilog.

USAGE

parser usage.

file

file path for the video sequence

DESCRIPTION: str | None = 'View the HSV colormap representation of the Fourier transform results'

parser description. Could be override as a method if its content is dynamic-generated.

file: str

file path for the video sequence

run()[source]

called after main(). Used for runs the main execution logic of the object