lsst.pipe.tasks ge54c72f270+85efd929dc
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.fit_multiband.MultibandFitConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_multiband.MultibandFitConfig:
lsst.pipe.tasks.fit_multiband.MultibandFitConnections

Public Member Functions

def get_band_sets (self)
 

Static Public Attributes

 fit_multiband
 

Detailed Description

Configure a MultibandFitTask, including a configurable fitting subtask.

Definition at line 259 of file fit_multiband.py.

Member Function Documentation

◆ get_band_sets()

def lsst.pipe.tasks.fit_multiband.MultibandFitConfig.get_band_sets (   self)
Get the set of bands required by the fit_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 270 of file fit_multiband.py.

Member Data Documentation

◆ fit_multiband

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

Definition at line 265 of file fit_multiband.py.


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