neuralib.widefield.transform.RegistrationOptions

class neuralib.widefield.transform.RegistrationOptions[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.

DESCRIPTION: str | None = 'Register widefield images to a dorsal cortex map'

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

run()[source]

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