SingleFrameCompensatedGaussianFluxPlugin#
- class lsst.meas.base.SingleFrameCompensatedGaussianFluxPlugin(config: SingleFrameCompensatedGaussianFluxConfig, name: str, schema, metadata, logName=None, **kwds)#
Bases:
SingleFramePluginMethods Summary
fail(measRecord[, error])Record failure
Get the relative execution order of this plugin.
measure(measRecord, exposure)Measure the properties of a source on a single image.
Methods Documentation
- classmethod getExecutionOrder()#
Get the relative execution order of this plugin.
Must be reimplemented as a class method by concrete derived classes.
- measure(measRecord, exposure)#
Measure the properties of a source on a single image.
The image may be from a single epoch, or it may be a coadd.
Parameters#
- measRecord
lsst.afw.table.SourceRecord Record describing the object being measured. Previously-measured quantities may be retrieved from here, and it will be updated in-place tih the outputs of this plugin.
- exposure
lsst.afw.image.ExposureF The pixel data to be measured, together with the associated PSF, WCS, etc. All other sources in the image should have been replaced by noise according to deblender outputs.
- measRecord