lsst.pipe.base
15.0-6-gfa9b38f+10
|
Public Member Functions | |
def | __init__ (self, name) |
def | getDatasetType (self, namespace) |
def | addArgument (self, parser, idName) |
Public Attributes | |
name | |
Dataset type specified by a config parameter. Parameters ---------- name : `str` Name of config option whose value is the dataset type.
Definition at line 325 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigDatasetType.__init__ | ( | self, | |
name | |||
) |
Definition at line 334 of file argumentParser.py.
|
inherited |
Add a command-line argument to specify dataset type name, if wanted. Parameters ---------- parser : `ArgumentParser` Argument parser to add the argument to. idName : `str` Name of data ID argument, without the leading ``"--"``, e.g. ``"id"``. Notes ----- The default implementation does nothing
Definition at line 227 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 Parameters ---------- namespace : `argparse.Namespace` Parsed command.
Definition at line 338 of file argumentParser.py.
lsst.pipe.base.argumentParser.ConfigDatasetType.name |
Definition at line 336 of file argumentParser.py.