lsst.pipe.tasks g4a941329ef+046d1863bc
|
Public Member Functions | |
__init__ (self, initInputs, **kwargs) | |
runQuantum (self, butlerQC, inputRefs, outputRefs) | |
pipeBase.Struct | run (self, list[CatalogExposure] catexps, afwTable.SourceCatalog cat_ref) |
Static Public Attributes | |
ConfigClass = CoaddMultibandFitConfig | |
Static Protected Attributes | |
str | _DefaultName = "CoaddMultibandFit" |
Fit deblended exposures in multiple bands simultaneously. It is generally assumed but not enforced (except optionally by the configurable `fit_coadd_multiband` subtask) that there is only one exposure per band, presumably a coadd.
Definition at line 264 of file fit_coadd_multiband.py.
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.__init__ | ( | self, | |
initInputs, | |||
** | kwargs ) |
Definition at line 274 of file fit_coadd_multiband.py.
pipeBase.Struct lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.run | ( | self, | |
list[CatalogExposure] | catexps, | ||
afwTable.SourceCatalog | cat_ref ) |
Fit sources from a reference catalog using data from multiple exposures in the same region (patch). Parameters ---------- catexps : `typing.List [CatalogExposure]` A list of catalog-exposure pairs in a given band. cat_ref : `lsst.afw.table.SourceCatalog` A reference source catalog to fit. Returns ------- retStruct : `lsst.pipe.base.Struct` A struct with a cat_output attribute containing the output measurement catalog. Notes ----- Subtasks may have further requirements; see `CoaddMultibandFitSubTask.run`.
Definition at line 309 of file fit_coadd_multiband.py.
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs ) |
Definition at line 278 of file fit_coadd_multiband.py.
|
staticprotected |
Definition at line 272 of file fit_coadd_multiband.py.
|
static |
Definition at line 271 of file fit_coadd_multiband.py.