|
| getExecutionOrder (cls) |
|
| __init__ (self, SingleFrameCompensatedGaussianFluxConfig config, str name, schema, metadata, logName=None, **kwds) |
|
| fail (self, measRecord, error=None) |
|
| measure (self, measRecord, exposure) |
|
Definition at line 62 of file _compensatedGaussian.py.
◆ __init__()
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.__init__ |
( |
|
self, |
|
|
SingleFrameCompensatedGaussianFluxConfig |
config, |
|
|
str |
name, |
|
|
|
schema, |
|
|
|
metadata, |
|
|
|
logName = None , |
|
|
** |
kwds |
|
) |
| |
◆ fail()
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.fail |
( |
|
self, |
|
|
|
measRecord, |
|
|
|
error = None |
|
) |
| |
Record a failure of the `measure` or `measureN` method.
Parameters
----------
measRecord : `lsst.afw.table.SourceRecord`
Table record describing the source being measured.
error : `MeasurementError`, optional
Only provided if the measurement failed due to a
`MeasurementError` being raised; otherwise, will be `None`.
Notes
-----
When the plugin raises an exception, framework will call
`BasePlugin.fail` to allow the plugin to set its failure flag
field(s). When `BasePlugin.measureN` raises an exception,
`BasePlugin.fail` will be called repeatedly with all the records that
were being measured.
If the exception is an `MeasurementError`, it will be passed as the
error argument; in all other cases the error argument will be `None`,
and the failure will be logged by the measurement framework as a
warning.
Reimplemented from lsst.meas.base.pluginsBase.BasePlugin.
Definition at line 127 of file _compensatedGaussian.py.
◆ getExecutionOrder()
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.getExecutionOrder |
( |
|
cls | ) |
|
◆ measure()
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.measure |
( |
|
self, |
|
|
|
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.
Reimplemented from lsst.meas.base.sfm.SingleFramePlugin.
Definition at line 132 of file _compensatedGaussian.py.
◆ _flux_corrections
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._flux_corrections |
|
protected |
◆ _max_rad
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._max_rad |
|
protected |
◆ _rads
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._rads |
|
protected |
◆ _t
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._t |
|
protected |
◆ _variance_corrections
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._variance_corrections |
|
protected |
◆ ConfigClass
◆ fatalFailKey
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.fatalFailKey |
◆ ooBoundsKey
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.ooBoundsKey |
◆ width_keys
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.width_keys |
The documentation for this class was generated from the following file: