|
| dafButler | dataId |
| |
| afwTable | catalog = Field(None, title="The measurement catalog, if any") |
| |
| afwImage | exposure = Field(None, title="The exposure, if any") |
| |
| int | id_tract_patch = Field(0, title="A unique ID for this tract-patch pair") |
| |
| dict | metadata = Field(default_factory=dict, title="Arbitrary metadata") |
| |
Definition at line 39 of file fit_coadd_psf.py.
◆ __post_init__()
| lsst.pipe.tasks.fit_multiband.CatalogExposure.__post_init__ |
( |
| self | ) |
|
|
inherited |
◆ band()
| str lsst.pipe.tasks.fit_multiband.CatalogExposure.band |
( |
| self | ) |
|
|
inherited |
◆ calib()
| afwImage.PhotoCalib | None lsst.pipe.tasks.fit_multiband.CatalogExposure.calib |
( |
| self | ) |
|
|
inherited |
◆ get_catalog()
| lsst.pipe.tasks.fit_coadd_psf.CatalogExposurePsf.get_catalog |
( |
| self | ) |
|
◆ get_psf_image()
| lsst.pipe.tasks.fit_coadd_psf.CatalogExposurePsf.get_psf_image |
( |
| self, |
|
|
| source ) |
◆ catalog
| afwTable lsst.pipe.tasks.fit_multiband.CatalogExposure.catalog = Field(None, title="The measurement catalog, if any") |
|
staticinherited |
◆ dataId
| dafButler lsst.pipe.tasks.fit_multiband.CatalogExposure.dataId |
|
staticinherited |
Initial value:= Field(
title="A DataCoordinate or dict containing a 'band' item")
Definition at line 52 of file fit_multiband.py.
◆ exposure
| afwImage lsst.pipe.tasks.fit_multiband.CatalogExposure.exposure = Field(None, title="The exposure, if any") |
|
staticinherited |
◆ id_tract_patch
| int lsst.pipe.tasks.fit_multiband.CatalogExposure.id_tract_patch = Field(0, title="A unique ID for this tract-patch pair") |
|
staticinherited |
◆ metadata
| dict lsst.pipe.tasks.fit_multiband.CatalogExposure.metadata = Field(default_factory=dict, title="Arbitrary metadata") |
|
staticinherited |
The documentation for this class was generated from the following file: