Definition at line 267 of file fit_multiband.py.
◆ __init__()
def lsst.pipe.tasks.fit_multiband.MultibandFitTask.__init__ |
( |
|
self, |
|
|
|
initInputs, |
|
|
** |
kwargs |
|
) |
| |
◆ run()
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 295 of file fit_multiband.py.
◆ runQuantum()
def lsst.pipe.tasks.fit_multiband.MultibandFitTask.runQuantum |
( |
|
self, |
|
|
|
butlerQC, |
|
|
|
inputRefs, |
|
|
|
outputRefs |
|
) |
| |
◆ cat_output_schema
lsst.pipe.tasks.fit_multiband.MultibandFitTask.cat_output_schema |
◆ ConfigClass
The documentation for this class was generated from the following file: