lsst.pipe.tasks g9fbc5161f1+30b2b595e6
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask:
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitBase

Public Member Functions

 __init__ (self, initInputs, **kwargs)
 
 runQuantum (self, butlerQC, inputRefs, outputRefs)
 
pipeBase.Struct run (self, list[CatalogExposure] catexps, afwTable.SourceCatalog cat_ref)
 

Static Public Attributes

 ConfigClass = CoaddMultibandFitConfig
 

Static Protected Attributes

str _DefaultName = "CoaddMultibandFit"
 

Detailed Description

Fit deblended exposures in multiple bands simultaneously.

It is generally assumed but not enforced (except optionally by the
configurable `fit_coadd_multiband` subtask) that there is only one exposure
per band, presumably a coadd.

Definition at line 312 of file fit_coadd_multiband.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.__init__ ( self,
initInputs,
** kwargs )

Definition at line 323 of file fit_coadd_multiband.py.

Member Function Documentation

◆ run()

pipeBase.Struct lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.run ( self,
list[CatalogExposure] catexps,
afwTable.SourceCatalog cat_ref )
Fit sources from a reference catalog using data from multiple
exposures in the same region (patch).

Parameters
----------
catexps : `typing.List [CatalogExposure]`
    A list of catalog-exposure pairs in a given band.
cat_ref : `lsst.afw.table.SourceCatalog`
    A reference source catalog to fit.

Returns
-------
retStruct : `lsst.pipe.base.Struct`
    A struct with a cat_output attribute containing the output
    measurement catalog.

Notes
-----
Subtasks may have further requirements; see `CoaddMultibandFitSubTask.run`.

Definition at line 333 of file fit_coadd_multiband.py.

◆ runQuantum()

lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.runQuantum ( self,
butlerQC,
inputRefs,
outputRefs )

Definition at line 327 of file fit_coadd_multiband.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask._DefaultName = "CoaddMultibandFit"
staticprotected

Definition at line 321 of file fit_coadd_multiband.py.

◆ ConfigClass

lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask.ConfigClass = CoaddMultibandFitConfig
static

Definition at line 320 of file fit_coadd_multiband.py.


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