lsst.jointcal
16.0-17-g0bdc215
|
Public Member Functions | |
def | castDataIds (self, butler) |
def | makeDataRefList (self, namespace) |
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 17 of file dataIds.py.
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 22 of file dataIds.py.
def lsst.jointcal.dataIds.PerTractCcdDataIdContainer.makeDataRefList | ( | self, | |
namespace | |||
) |
Make self.refList from self.idList
Definition at line 59 of file dataIds.py.