A dataset type specified by a config parameter. More...
Public Member Functions | |
def | __init__ |
Construct a ConfigDatasetType. More... | |
def | getDatasetType |
![]() | |
def | addArgument |
Add a command-line argument to specify dataset type name, if wanted. More... | |
def | getDatasetType |
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.