|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Public Member Functions | |
| __init__ (self, initInputs, **kwargs) | |
| list[CatalogExposureInputs] | build_catexps (self, butlerQC, inputRefs, inputs) |
| 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 265 of file fit_coadd_multiband.py.
| lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.__init__ | ( | self, | |
| initInputs, | |||
| ** | kwargs ) |
Definition at line 275 of file fit_coadd_multiband.py.
| list[CatalogExposureInputs] lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.build_catexps | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| inputs ) |
Definition at line 279 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 315 of file fit_coadd_multiband.py.
| lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs ) |
Definition at line 309 of file fit_coadd_multiband.py.
|
staticprotected |
Definition at line 273 of file fit_coadd_multiband.py.
|
static |
Definition at line 272 of file fit_coadd_multiband.py.