|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| def | __init__ (self, initInputs, **kwargs) |
| def | runQuantum (self, butlerQC, inputRefs, outputRefs) |
| pipeBase.Struct | run (self, list[CatalogExposure] catexps, afwTable.SourceCatalog cat_ref) |
Static Public Attributes | |
| ConfigClass = CoaddMultibandFitConfig | |
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 263 of file fit_coadd_multiband.py.
| def lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.__init__ | ( | self, | |
| initInputs, | |||
| ** | kwargs | ||
| ) |
Definition at line 273 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 308 of file fit_coadd_multiband.py.
| def lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs | |||
| ) |
Definition at line 277 of file fit_coadd_multiband.py.
|
static |
Definition at line 270 of file fit_coadd_multiband.py.