mantidimaging.core.utility.command_line_arguments module

class mantidimaging.core.utility.command_line_arguments.CommandLineArguments(path: str = '', operation: str = '', show_recon: bool = False)[source]

Bases: object

classmethod operation() str[source]

Returns the initial operation.

classmethod path() str[source]

Returns the command line images path.

classmethod recon() bool[source]

Returns whether or not the recon window should be started.