SingleFrameCompensatedGaussianFluxPlugin#

class lsst.meas.base.SingleFrameCompensatedGaussianFluxPlugin(config: SingleFrameCompensatedGaussianFluxConfig, name: str, schema, metadata, logName=None, **kwds)#

Bases: SingleFramePlugin

Methods Summary

fail(measRecord[, error])

Record failure

getExecutionOrder()

Get the relative execution order of this plugin.

measure(measRecord, exposure)

Measure the properties of a source on a single image.

Methods Documentation

fail(measRecord, error=None)#

Record failure

See also#

lsst.meas.base.SingleFramePlugin.fail

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#

measRecordlsst.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.

exposurelsst.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.