|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Classes | |
| class | lsst.pipe.base.argumentParser.DataIdContainer |
| A container for data IDs and associated data references. More... | |
| class | lsst.pipe.base.argumentParser.DataIdArgument |
| Glorified struct for data about id arguments, used by ArgumentParser.add_id_argument. More... | |
| class | lsst.pipe.base.argumentParser.DynamicDatasetType |
| Abstract base class for a dataset type determined from parsed command-line arguments. More... | |
| class | lsst.pipe.base.argumentParser.DatasetArgument |
| A dataset type specified by a command-line argument. More... | |
| class | lsst.pipe.base.argumentParser.ConfigDatasetType |
| A dataset type specified by a config parameter. More... | |
| class | lsst.pipe.base.argumentParser.ArgumentParser |
| An argument parser for pipeline tasks that is based on argparse.ArgumentParser. More... | |
| class | lsst.pipe.base.argumentParser.InputOnlyArgumentParser |
| class | lsst.pipe.base.argumentParser.ConfigValueAction |
| argparse action callback to override config parameters using name=value pairs from the command line More... | |
| class | lsst.pipe.base.argumentParser.ConfigFileAction |
| argparse action to load config overrides from one or more files More... | |
| class | lsst.pipe.base.argumentParser.IdValueAction |
| argparse action callback to process a data ID into a dict More... | |
| class | lsst.pipe.base.argumentParser.LogLevelAction |
| argparse action to set log level More... | |
Namespaces | |
| lsst.pipe.base.argumentParser | |
Functions | |
| def | lsst.pipe.base.argumentParser._fixPath |
| Apply environment variable as default root, if present, and abspath. More... | |
| def | lsst.pipe.base.argumentParser.getTaskDict |
| Get a dictionary of task info for all subtasks in a config. More... | |
| def | lsst.pipe.base.argumentParser.obeyShowArgument |
| Process arguments specified with –show (but ignores "data") More... | |
| def | lsst.pipe.base.argumentParser.showTaskHierarchy |
| Print task hierarchy to stdout. More... | |
| def | lsst.pipe.base.argumentParser.setDottedAttr |
| Like setattr, but accepts hierarchical names, e.g. More... | |
| def | lsst.pipe.base.argumentParser.getDottedAttr |
| Like getattr, but accepts hierarchical names, e.g. More... | |
| def | lsst.pipe.base.argumentParser.dataExists |
| Return True if data exists at the current level or any data exists at a deeper level, False otherwise. More... | |
Variables | |
| list | lsst.pipe.base.argumentParser.__all__ |
| string | lsst.pipe.base.argumentParser.DEFAULT_INPUT_NAME = "PIPE_INPUT_ROOT" |
| string | lsst.pipe.base.argumentParser.DEFAULT_CALIB_NAME = "PIPE_CALIB_ROOT" |
| string | lsst.pipe.base.argumentParser.DEFAULT_OUTPUT_NAME = "PIPE_OUTPUT_ROOT" |
| lsst.pipe.base.argumentParser._pattern | |
1.8.5