lsst.pipe.drivers  13.0-17-g3ce57e5+12
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
lsst.pipe.drivers.multiBandDriver.MultiBandDataIdContainer Class Reference
Inheritance diagram for lsst.pipe.drivers.multiBandDriver.MultiBandDataIdContainer:

Public Member Functions

def makeDataRefList
 Make self.refList from self.idList. More...
 

Public Attributes

 refList
 

Detailed Description

Definition at line 23 of file multiBandDriver.py.

Member Function Documentation

def lsst.pipe.drivers.multiBandDriver.MultiBandDataIdContainer.makeDataRefList (   self,
  namespace 
)

Make self.refList from self.idList.

It's difficult to make a data reference that merely points to an entire tract: there is no data product solely at the tract level. Instead, we generate a list of data references for patches within the tract.

Parameters
namespacenamespace object that is the result of an argument parser

Definition at line 25 of file multiBandDriver.py.

Member Data Documentation

lsst.pipe.drivers.multiBandDriver.MultiBandDataIdContainer.refList

Definition at line 68 of file multiBandDriver.py.


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