lsst.pipe.tasks gc07e1c2157+f6e5778202
|
Public Member Functions | |
str | band (self) |
afwImage.PhotoCalib|None | calib (self) |
__post_init__ (self) | |
Static Public Attributes | |
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") |
A class to store a catalog, exposure, and metadata for a given dataId. The intent is to store an exposure and an associated measurement catalog. Users may omit one but not both (e.g. if the intent is just to attach a dataId and metadata to a catalog or exposure).
Definition at line 37 of file fit_multiband.py.
lsst.pipe.tasks.fit_multiband.CatalogExposure.__post_init__ | ( | self | ) |
Definition at line 59 of file fit_multiband.py.
str lsst.pipe.tasks.fit_multiband.CatalogExposure.band | ( | self | ) |
Definition at line 45 of file fit_multiband.py.
afwImage.PhotoCalib | None lsst.pipe.tasks.fit_multiband.CatalogExposure.calib | ( | self | ) |
Definition at line 49 of file fit_multiband.py.
|
static |
Definition at line 54 of file fit_multiband.py.
|
static |
Definition at line 52 of file fit_multiband.py.
|
static |
Definition at line 55 of file fit_multiband.py.
|
static |
Definition at line 56 of file fit_multiband.py.
|
static |
Definition at line 57 of file fit_multiband.py.