CatalogExposure¶
- 
class lsst.pipe.tasks.fit_multiband.CatalogExposure(catalog: Optional[lsst.afw.table.SourceCatalog, None], exposure: Optional[lsst.afw.image.exposure._exposureContinued.Exposure, None], dataId: lsst.daf.butler.core.dimensions._coordinate.DataCoordinate, id_tract_patch: Optional[int, None] = 0, metadata: Dict = <factory>)¶
- Bases: - object- A class to store a catalog, exposure, and metadata for a given dataId. - This class is intended to store an exposure and an associated measurement catalog. There are no checks to ensure this, so repurpose responsibly. - Attributes Summary - band- calib- id_tract_patch- Attributes Documentation - 
band¶
 - 
calib¶
 - 
id_tract_patch= 0¶
 
-