lsst.pipe.tasks g3de15ee5c7+f497bfeb17
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitBaseConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitBaseConfig:
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitInputConnections lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitConfig

Public Member Functions

 get_band_sets (self)
 

Static Public Attributes

 fit_coadd_multiband
 
 idGenerator = SkyMapIdGeneratorConfig.make_field()
 

Detailed Description

Base class for multiband fitting.

Definition at line 237 of file fit_coadd_multiband.py.

Member Function Documentation

◆ get_band_sets()

lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitBaseConfig.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 249 of file fit_coadd_multiband.py.

Member Data Documentation

◆ fit_coadd_multiband

lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitBaseConfig.fit_coadd_multiband
static
Initial value:
= pexConfig.ConfigurableField(
target=CoaddMultibandFitSubTask,
doc="Task to fit sources using multiple bands",
)

Definition at line 243 of file fit_coadd_multiband.py.

◆ idGenerator

lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitBaseConfig.idGenerator = SkyMapIdGeneratorConfig.make_field()
static

Definition at line 247 of file fit_coadd_multiband.py.


The documentation for this class was generated from the following file: