lsst.pipe.tasks g583ca07d03+cbfc7591a8
|
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 | |
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.
def lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.__init__ | ( | self, | |
initInputs, | |||
** | kwargs | ||
) |
Definition at line 154 of file fit_coadd_psf.py.
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.
def lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs | |||
) |
Definition at line 158 of file fit_coadd_psf.py.
|
static |
Definition at line 151 of file fit_coadd_psf.py.