lsst.pipe.tasks gcd7e190081+5a4539d720
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_multiband.CoaddMultibandFitTask:

Public Member Functions

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

Static Public Attributes

 ConfigClass = CoaddMultibandFitConfig
 

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 264 of file fit_coadd_multiband.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 274 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 309 of file fit_coadd_multiband.py.

◆ runQuantum()

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

Definition at line 278 of file fit_coadd_multiband.py.

Member Data Documentation

◆ ConfigClass

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

Definition at line 271 of file fit_coadd_multiband.py.


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