Configure a CoaddMultibandFitTask, including a configurable fitting subtask.
Definition at line 233 of file fit_coadd_multiband.py.
◆ get_band_sets()
def lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitConfig.get_band_sets |
( |
|
self | ) |
|
Get the set of bands required by the fit_coadd_multiband subtask.
Returns
-------
bands_fit : `set`
The set of bands that the subtask will fit.
bands_read_only : `set`
The set of bands that the subtask will only read data
(measurement catalog and exposure) for.
Definition at line 245 of file fit_coadd_multiband.py.
◆ fit_coadd_multiband
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitConfig.fit_coadd_multiband |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=CoaddMultibandFitSubTask,
doc="Task to fit sources using multiple bands",
)
Definition at line 239 of file fit_coadd_multiband.py.
◆ idGenerator
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitConfig.idGenerator = SkyMapIdGeneratorConfig.make_field() |
|
static |
The documentation for this class was generated from the following file: