|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Public Member Functions | |
| __init__ (self, **kwargs) | |
| pipeBase.Struct | run (self, Iterable[CatalogExposureInputs] catexps, afwTable.SourceCatalog cat_ref) |
Static Public Attributes | |
| ConfigClass = CoaddMultibandFitSubConfig | |
Subtask interface for multiband fitting of deblended sources.
Parameters
----------
**kwargs
Additional arguments to be passed to the `lsst.pipe.base.Task`
constructor.
Definition at line 189 of file fit_coadd_multiband.py.
| lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubTask.__init__ | ( | self, | |
| ** | kwargs ) |
Definition at line 200 of file fit_coadd_multiband.py.
| pipeBase.Struct lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubTask.run | ( | self, | |
| Iterable[CatalogExposureInputs] | catexps, | ||
| afwTable.SourceCatalog | cat_ref ) |
Fit models to deblended sources from multi-band inputs.
Parameters
----------
catexps : `typing.List [CatalogExposureInputs]`
A list of catalog-exposure pairs with metadata 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
-----
Subclasses may have further requirements on the input parameters,
including:
- Passing only one catexp per band;
- Catalogs containing HeavyFootprints with deblended images;
- Fitting only a subset of the sources.
If any requirements are not met, the subtask should fail as soon as
possible.
Definition at line 204 of file fit_coadd_multiband.py.
|
static |
Definition at line 198 of file fit_coadd_multiband.py.