lsst.pipe.base
13.0-12-gaf0c0ec+8
|
▼CABCMeta | |
▼Clsst.pipe.base.argumentParser.DynamicDatasetType | Abstract base class for a dataset type determined from parsed command-line arguments |
Clsst.pipe.base.argumentParser.ConfigDatasetType | A dataset type specified by a config parameter |
Clsst.pipe.base.argumentParser.DatasetArgument | A dataset type specified by a command-line argument |
▼CAction | |
Clsst.pipe.base.argumentParser.ConfigFileAction | Argparse action to load config overrides from one or more files |
Clsst.pipe.base.argumentParser.ConfigValueAction | Argparse action callback to override config parameters using name=value pairs from the command line |
Clsst.pipe.base.argumentParser.IdValueAction | Argparse action callback to process a data ID into a dict |
Clsst.pipe.base.argumentParser.LogLevelAction | Argparse action to set log level |
▼CArgumentParser | |
▼Clsst.pipe.base.argumentParser.ArgumentParser | An argument parser for pipeline tasks that is based on argparse.ArgumentParser |
Clsst.pipe.base.argumentParser.InputOnlyArgumentParser | |
▼CException | |
Clsst.pipe.base.task.TaskError | Use to report errors for which a traceback is not useful |
▼Cobject | |
Clsst.pipe.base.argumentParser.DataIdArgument | Glorified struct for data about id arguments, used by ArgumentParser.add_id_argument |
Clsst.pipe.base.argumentParser.DataIdContainer | A container for data IDs and associated data references |
Clsst.pipe.base.argumentParser.DynamicDatasetType | Abstract base class for a dataset type determined from parsed command-line arguments |
▼Clsst.pipe.base.cmdLineTask.TaskRunner | |
Clsst.pipe.base.cmdLineTask.ButlerInitializedTaskRunner | A TaskRunner for CmdLineTasks that require a 'butler' keyword argument to be passed to their constructor |
Clsst.pipe.base.struct.Struct | A struct to which you can add any fields |
▼Clsst.pipe.base.task.Task | Base class for data processing tasks |
Clsst.pipe.base.cmdLineTask.CmdLineTask | Base class for command-line tasks: tasks that may be executed from the command line |
▼Cwith_metaclass | |
Clsst.pipe.base.argumentParser.DynamicDatasetType | Abstract base class for a dataset type determined from parsed command-line arguments |