lsst.pipe.drivers gef6abdcebb+7478ce9894
Public Member Functions | Public Attributes | List of all members
lsst.pipe.drivers.utils.TractDataIdContainer Class Reference
Inheritance diagram for lsst.pipe.drivers.utils.TractDataIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 

Public Attributes

 refList
 

Detailed Description

Definition at line 38 of file utils.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.pipe.drivers.utils.TractDataIdContainer.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.

Definition at line 40 of file utils.py.

Member Data Documentation

◆ refList

lsst.pipe.drivers.utils.TractDataIdContainer.refList

Definition at line 84 of file utils.py.


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