lsst.pipe.tasks g27146f8f6c+e893ca2ca7
Loading...
Searching...
No Matches
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitSubConfig:

Public Member Functions

set bands_read_only (self)
 

Static Public Attributes

 bands_fit
 

Detailed Description

Configuration for implementing fitter subtasks.

Definition at line 228 of file fit_coadd_multiband.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ 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: