lsst.coadd.utils  16.0-4-g8a0f11a+24
Public Member Functions | Public Attributes | List of all members
lsst.coadd.utils.coaddDataIdContainer.TractDataIdContainer Class Reference
Inheritance diagram for lsst.coadd.utils.coaddDataIdContainer.TractDataIdContainer:
lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer

Public Member Functions

def makeDataRefList (self, namespace)
 
def getSkymap (self, namespace)
 

Public Attributes

 refList
 

Detailed Description

Definition at line 81 of file coaddDataIdContainer.py.

Member Function Documentation

◆ getSkymap()

def lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer.getSkymap (   self,
  namespace 
)
inherited
Only retrieve skymap if required

Definition at line 38 of file coaddDataIdContainer.py.

◆ makeDataRefList()

def lsst.coadd.utils.coaddDataIdContainer.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 83 of file coaddDataIdContainer.py.

Member Data Documentation

◆ refList

lsst.coadd.utils.coaddDataIdContainer.TractDataIdContainer.refList

Definition at line 121 of file coaddDataIdContainer.py.


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