|
lsst.jointcal
14.0-28-ge87de3a+2
|
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 20 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 25 of file dataIds.py.
| def lsst.jointcal.dataIds.PerTractCcdDataIdContainer.makeDataRefList | ( | self, | |
| namespace | |||
| ) |
Make self.refList from self.idList
Definition at line 62 of file dataIds.py.
1.8.13