Configuration for implementing fitter subtasks.
Definition at line 228 of file fit_coadd_multiband.py.
◆ bands_read_only()
| set lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubConfig.bands_read_only |
( |
| self | ) |
|
Return the set of bands that the Task needs to read (e.g. for
defining priors) but not necessarily fit.
Returns
-------
The set of such bands.
Definition at line 239 of file fit_coadd_multiband.py.
◆ bands_fit
| lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubConfig.bands_fit |
|
static |
Initial value:= pexConfig.ListField[str](
default=[],
doc="list of bandpass filters to fit",
listCheck=lambda x: (len(x) > 0) and (len(set(x)) == len(x)),
)
Definition at line 232 of file fit_coadd_multiband.py.
The documentation for this class was generated from the following file: