lsst.jointcal g14100d49fd+d807127c4a
Public Member Functions | List of all members
lsst.jointcal.dataIds.PerTractCcdDataIdContainer Class Reference
Inheritance diagram for lsst.jointcal.dataIds.PerTractCcdDataIdContainer:

Public Member Functions

def castDataIds (self, butler)
 
def makeDataRefList (self, namespace)
 

Detailed Description

A version of lsst.pipe.base.DataIdContainer that combines raw data IDs (defined as whatever we use
for 'src') with a tract.

Definition at line 36 of file dataIds.py.

Member Function Documentation

◆ castDataIds()

def lsst.jointcal.dataIds.PerTractCcdDataIdContainer.castDataIds (   self,
  butler 
)
Validate data IDs and cast them to the correct type (modify idList in place).

Parameters
----------
butler
    data butler

Definition at line 41 of file dataIds.py.

◆ makeDataRefList()

def lsst.jointcal.dataIds.PerTractCcdDataIdContainer.makeDataRefList (   self,
  namespace 
)
Make self.refList from self.idList

Definition at line 78 of file dataIds.py.


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