lsst.pipe.tasks g94c5179e93+72e1fde47f
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask:

Public Member Functions

def __init__ (self, initInputs, **kwargs)
 
def runQuantum (self, butlerQC, inputRefs, outputRefs)
 
pipeBase.Struct run (self, CatalogExposurePsf catexp)
 

Static Public Attributes

 ConfigClass = CoaddPsfFitConfig
 

Detailed Description

Fit a PSF model at the location of sources in a coadd.

This task is intended to fit only a single PSF model at the
centroid of all of the sources in a single coadd exposure.
Subtasks may choose to filter which sources they fit,
and may output whatever columns they desire in addition to
the minimum of 'id'.

Definition at line 142 of file fit_coadd_psf.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.__init__ (   self,
  initInputs,
**  kwargs 
)

Definition at line 154 of file fit_coadd_psf.py.

Member Function Documentation

◆ run()

pipeBase.Struct lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.run (   self,
CatalogExposurePsf  catexp 
)
Fit a PSF model at the location of sources in a coadd.

Parameters
----------
catexp : `typing.List [CatalogExposurePsf]`
    A list of catalog-exposure pairs in a given band.

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 `CoaddPsfFitSubTask.run`.

Definition at line 172 of file fit_coadd_psf.py.

◆ runQuantum()

def lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.runQuantum (   self,
  butlerQC,
  inputRefs,
  outputRefs 
)

Definition at line 158 of file fit_coadd_psf.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.ConfigClass = CoaddPsfFitConfig
static

Definition at line 151 of file fit_coadd_psf.py.


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