lsst.pipe.base
13.0-12-gaf0c0ec+8
|
A dataset type specified by a config parameter. More...
Public Member Functions | |
def | __init__ (self, name) |
Construct a ConfigDatasetType. More... | |
def | getDatasetType (self, namespace) |
![]() | |
def | addArgument (self, parser, idName) |
Add a command-line argument to specify dataset type name, if wanted. More... | |
def | getDatasetType (self, namespace) |
Public Attributes | |
name | |
A dataset type specified by a config parameter.
Definition at line 261 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigDatasetType.__init__ | ( | self, | |
name | |||
) |
Construct a ConfigDatasetType.
[in] | name | name of config option whose value is the dataset type |
Definition at line 265 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigDatasetType.getDatasetType | ( | self, | |
namespace | |||
) |
Return the dataset type as a string, from the appropriate config field @param[in] namespace parsed command
Definition at line 273 of file argumentParser.py.
lsst.pipe.base.argumentParser.ConfigDatasetType.name |
Definition at line 271 of file argumentParser.py.