lsst.pipe.tasks gdec0668e29+8a2b7c9dea
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected 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

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

Constructor & Destructor Documentation

◆ __init__()

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

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

◆ runQuantum()

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

Definition at line 159 of file fit_coadd_psf.py.

Member Data Documentation

◆ _DefaultName

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

Definition at line 153 of file fit_coadd_psf.py.

◆ ConfigClass

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

Definition at line 152 of file fit_coadd_psf.py.


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