lsst.pipe.base  13.0-12-gaf0c0ec+8
Public Member Functions | Public Attributes | List of all members
lsst.pipe.base.argumentParser.ConfigDatasetType Class Reference

A dataset type specified by a config parameter. More...

Inheritance diagram for lsst.pipe.base.argumentParser.ConfigDatasetType:
lsst.pipe.base.argumentParser.DynamicDatasetType

Public Member Functions

def __init__ (self, name)
 Construct a ConfigDatasetType. More...
 
def getDatasetType (self, namespace)
 
- Public Member Functions inherited from lsst.pipe.base.argumentParser.DynamicDatasetType
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
 

Detailed Description

A dataset type specified by a config parameter.

Definition at line 261 of file argumentParser.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.base.argumentParser.ConfigDatasetType.__init__ (   self,
  name 
)

Construct a ConfigDatasetType.

Parameters
[in]namename of config option whose value is the dataset type

Definition at line 265 of file argumentParser.py.

Member Function Documentation

◆ getDatasetType()

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.

Member Data Documentation

◆ name

lsst.pipe.base.argumentParser.ConfigDatasetType.name

Definition at line 271 of file argumentParser.py.


The documentation for this class was generated from the following file: