mantidimaging.core.utility.command_line_arguments module#

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

Bases: object

classmethod clear_window_args() None[source]#

Clears the command line arguments.

classmethod live_viewer() str[source]#

Returns live view path.

classmethod operation() str[source]#

Returns the initial operation.

classmethod path() list[source]#

Returns the command line images path.

classmethod recon() bool[source]#

Returns whether or not the recon window should be started.

classmethod spectrum_viewer() bool[source]#

Returns whether or not the recon window should be started.