adler.utilities.AdlerCLIArguments

Attributes

logger

Classes

AdlerCLIArguments

Class for storing and validating Adler command-line arguments.

Module Contents

logger[source]
class AdlerCLIArguments(args)[source]

Class for storing and validating Adler command-line arguments.

args

argparse.Namespace object created by calling parse_args().

Type:

argparse.Namespace object

ssObjectId[source]
ssObjectId_list[source]
filter_list[source]
colour_list[source]
date_range[source]
outpath[source]
db_name[source]
sql_filename[source]
phase_model[source]
plot_show[source]
no_plot[source]
validate_arguments()[source]

Checks and validates the command-line arguments.

_validate_filter_list()[source]

Validation checks for the filter_list command-line argument.

_validate_colour_list()[source]
_validate_ssObjectId()[source]

Validation checks for the ssObjectId command-line argument.

_validate_date_range()[source]

Validation checks for the date_range command-line argument.

_validate_outpath()[source]

Validation checks for the outpath command-line argument.

_validate_ssObjectId_list()[source]

Validation checks for the ssObjectId_list command-line argument.

_validate_sql_filename()[source]

Validation checks for the sel_filename command-line argument.

_validate_phase_model()[source]

Validation checks for the phase_model command-line argument.

_validate_plot_options()[source]

Validation checks for the plotting options.