|
lsst.pipe.tasks g11492f7fc6+3ca22dca16
|
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) |
Public Attributes | |
| cat_output_schema | |
Static Public Attributes | |
| ConfigClass = MultibandFitConfig | |
Fit deblended exposures in multiple bands simultaneously. It is generally assumed but not enforced (except optionally by the configurable `fit_multiband` subtask) that there is only one exposure per band, presumably a coadd.
Definition at line 289 of file fit_multiband.py.
| def lsst.pipe.tasks.fit_multiband.MultibandFitTask.__init__ | ( | self, | |
| initInputs, | |||
| ** | kwargs | ||
| ) |
Definition at line 299 of file fit_multiband.py.
| pipeBase.Struct lsst.pipe.tasks.fit_multiband.MultibandFitTask.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 `MultibandFitSubTask.run`.
Definition at line 326 of file fit_multiband.py.
| def lsst.pipe.tasks.fit_multiband.MultibandFitTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs | |||
| ) |
Definition at line 304 of file fit_multiband.py.
| lsst.pipe.tasks.fit_multiband.MultibandFitTask.cat_output_schema |
Definition at line 302 of file fit_multiband.py.
|
static |
Definition at line 296 of file fit_multiband.py.