lsst.pipe.base  13.0-11-gdf6a56c+7
 All Classes Namespaces Files Functions Variables Pages
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__
 Construct a ConfigDatasetType. More...
 
def getDatasetType
 
- Public Member Functions inherited from lsst.pipe.base.argumentParser.DynamicDatasetType
def addArgument
 Add a command-line argument to specify dataset type name, if wanted. More...
 
def getDatasetType
 

Public Attributes

 name
 

Detailed Description

A dataset type specified by a config parameter.

Definition at line 261 of file argumentParser.py.

Constructor & Destructor Documentation

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

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

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: