|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| def | __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 188 of file fit_coadd_multiband.py.
| def lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubTask.__init__ | ( | self, | |
| ** | kwargs | ||
| ) |
Definition at line 199 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 203 of file fit_coadd_multiband.py.
|
static |
Definition at line 197 of file fit_coadd_multiband.py.