lsst.pipe.base
13.0-12-gaf0c0ec+8
|
▼Nlsst | |
▼Npipe | |
▼Nbase | |
▼NargumentParser | |
CArgumentParser | An argument parser for pipeline tasks that is based on argparse.ArgumentParser |
CConfigDatasetType | A dataset type specified by a config parameter |
CConfigFileAction | Argparse action to load config overrides from one or more files |
CConfigValueAction | Argparse action callback to override config parameters using name=value pairs from the command line |
CDataIdArgument | Glorified struct for data about id arguments, used by ArgumentParser.add_id_argument |
CDataIdContainer | A container for data IDs and associated data references |
CDatasetArgument | A dataset type specified by a command-line argument |
CDynamicDatasetType | Abstract base class for a dataset type determined from parsed command-line arguments |
CIdValueAction | Argparse action callback to process a data ID into a dict |
CInputOnlyArgumentParser | |
CLogLevelAction | Argparse action to set log level |
▼NcmdLineTask | |
CButlerInitializedTaskRunner | A TaskRunner for CmdLineTasks that require a 'butler' keyword argument to be passed to their constructor |
CCmdLineTask | Base class for command-line tasks: tasks that may be executed from the command line |
CTaskRunner | |
▼Nstruct | |
CStruct | A struct to which you can add any fields |
▼Ntask | |
CTask | Base class for data processing tasks |
CTaskError | Use to report errors for which a traceback is not useful |