lsst.pipe.tasks gf53ffbb2c7+90d6e75736
|
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 143 of file fit_coadd_psf.py.
def lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.__init__ | ( | self, | |
initInputs, | |||
** | kwargs | ||
) |
Definition at line 155 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 173 of file fit_coadd_psf.py.
def lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs | |||
) |
Definition at line 159 of file fit_coadd_psf.py.
|
static |
Definition at line 152 of file fit_coadd_psf.py.