lsst.pipe.tasks g540474b770+e939cf0e26
Loading...
Searching...
No Matches
lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask:

Public Member Functions

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

Static Public Attributes

 ConfigClass = CoaddPsfFitConfig
 

Static Protected Attributes

str _DefaultName = "CoaddPsfFit"
 

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 173 of file fit_coadd_psf.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 185 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 216 of file fit_coadd_psf.py.

◆ runQuantum()

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

Definition at line 189 of file fit_coadd_psf.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask._DefaultName = "CoaddPsfFit"
staticprotected

Definition at line 183 of file fit_coadd_psf.py.

◆ ConfigClass

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

Definition at line 182 of file fit_coadd_psf.py.


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