lsst.pipe.tasks g433a9b62b9+05a18dc008
|
Public Member Functions | |
__init__ (self, **kwargs) | |
pipeBase.Struct | run (self, CatalogExposurePsf catexp) |
Static Public Attributes | |
ConfigClass = CoaddPsfFitSubConfig | |
Interface for CoaddPsfFitTask subtasks to fit PSFs. Parameters ---------- **kwargs Additional arguments to be passed to the `lsst.pipe.base.Task` constructor.
Definition at line 85 of file fit_coadd_psf.py.
lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitSubTask.__init__ | ( | self, | |
** | kwargs ) |
Definition at line 96 of file fit_coadd_psf.py.
pipeBase.Struct lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitSubTask.run | ( | self, | |
CatalogExposurePsf | catexp ) |
Fit PSF images at locations of sources in a single exposure. Parameters ---------- catexp : `CatalogExposurePsf` An exposure to fit a model PSF at the position of all sources in the corresponding catalog. Returns ------- retStruct : `lsst.pipe.base.Struct` A struct with a cat_output attribute containing the output measurement catalog. Notes ----- Subclasses may have further requirements on the input parameters, including: - Passing only one catexp per band; - Catalogs containing HeavyFootprints with deblended images; - Fitting only a subset of the sources. If any requirements are not met, the subtask should fail as soon as possible.
Definition at line 100 of file fit_coadd_psf.py.
|
static |
Definition at line 94 of file fit_coadd_psf.py.