|
| | getExecutionOrder (cls) |
| |
| | __init__ (self, SingleFrameCompensatedGaussianFluxConfig config, str name, schema, metadata, logName=None, **kwds) |
| |
| | fail (self, measRecord, error=None) |
| |
| | measure (self, measRecord, exposure) |
| |
| | getLogName (self) |
| |
Definition at line 58 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 ) |
◆ getExecutionOrder()
| lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.getExecutionOrder |
( |
| cls | ) |
|
◆ getLogName()
| lsst.meas.base.pluginsBase.BasePlugin.getLogName |
( |
| self | ) |
|
|
inherited |
◆ getTransformClass()
| lsst.meas.base.pluginsBase.BasePlugin.getTransformClass |
( |
| ) |
|
|
staticinherited |
Get the measurement transformation appropriate to this plugin.
This returns a subclass of `transforms.MeasurementTransform`, which
may be instantiated with details of the algorithm configuration and
then called with information about calibration and WCS to convert from
raw measurement quantities to calibrated units. Calibrated data is
then provided in a separate output table.
Notes
-----
By default, we copy everything from the input to the output without
transformation.
Reimplemented in lsst.meas.base.plugins.ForcedPeakCentroidPlugin, and lsst.meas.base.plugins.SingleFramePeakCentroidPlugin.
Definition at line 169 of file pluginsBase.py.
◆ 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 130 of file _compensatedGaussian.py.
◆ _flux_corrections
| dict lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._flux_corrections = {} |
|
protected |
◆ _max_rad
| lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._max_rad = max(self._rads) |
|
protected |
◆ _rads
| dict lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._rads = {} |
|
protected |
◆ _t
| lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._t = config.t |
|
protected |
◆ _variance_corrections
| dict lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin._variance_corrections = {} |
|
protected |
◆ APCORR_ORDER
| float lsst.meas.base.pluginsBase.BasePlugin.APCORR_ORDER = 3.0 |
|
staticinherited |
◆ CENTROID_ORDER
| float lsst.meas.base.pluginsBase.BasePlugin.CENTROID_ORDER = 0.0 |
|
staticinherited |
◆ config
| lsst.meas.base.pluginsBase.BasePlugin.config = config |
|
inherited |
◆ ConfigClass
◆ DEFAULT_CATALOGCALCULATION
| float lsst.meas.base.pluginsBase.BasePlugin.DEFAULT_CATALOGCALCULATION = 4.0 |
|
staticinherited |
◆ flagHandler
| lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.flagHandler = FlagHandler.addFields(schema, name, flagDefs) |
◆ FLUX_ORDER
| float lsst.meas.base.pluginsBase.BasePlugin.FLUX_ORDER = 2.0 |
|
staticinherited |
◆ logName
| lsst.meas.base.pluginsBase.BasePlugin.logName = logName |
|
inherited |
◆ name
| lsst.meas.base.pluginsBase.BasePlugin.name = name |
|
inherited |
◆ registry
◆ SHAPE_ORDER
| float lsst.meas.base.pluginsBase.BasePlugin.SHAPE_ORDER = 1.0 |
|
staticinherited |
◆ width_keys
| dict lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxPlugin.width_keys = {} |
The documentation for this class was generated from the following file: