lsst.meas.base
16.0-21-g0e05fd4+6
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | measure (self, measRecord, exposure) |
def | fail (self, measRecord, error=None) |
def | measureN (self, measCat, exposure) |
def | getLogName (self) |
Static Public Member Functions | |
def | getTransformClass () |
Public Attributes | |
config | |
name | |
logName | |
Static Public Attributes | |
ConfigClass = SingleFrameSkyCoordConfig | |
registry = PluginRegistry(SingleFramePluginConfig) | |
float | CENTROID_ORDER = 0.0 |
float | SHAPE_ORDER = 1.0 |
float | FLUX_ORDER = 2.0 |
float | APCORR_ORDER = 3.0 |
float | DEFAULT_CATALOGCALCULATION = 4.0 |
Record the sky position of an object based on its centroid slot and WCS. The position is record in the ``coord`` field, which is part of the `~lsst.afw.table.SourceCatalog` minimal schema. Parameters ---------- config : `SingleFrameSkyCoordConfig` Plugin configuraion. name : `str` Plugin name. schema : `lsst.afw.table.Schema` The schema for the measurement output catalog. New fields will be added to hold measurements produced by this plugin. metadata : `lsst.daf.base.PropertySet` Plugin metadata that will be attached to the output catalog
Definition at line 461 of file plugins.py.
def lsst.meas.base.plugins.SingleFrameSkyCoordPlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 494 of file plugins.py.
def lsst.meas.base.plugins.SingleFrameSkyCoordPlugin.getExecutionOrder | ( | cls | ) |
Definition at line 483 of file plugins.py.
|
inherited |
Definition at line 134 of file pluginsBase.py.
|
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.
Definition at line 169 of file pluginsBase.py.
def lsst.meas.base.plugins.SingleFrameSkyCoordPlugin.measure | ( | self, | |
measRecord, | |||
exposure | |||
) |
Definition at line 486 of file plugins.py.
|
inherited |
Measure the properties of blended sources on a single image. This operates on all members of a blend family at once. The image may be from a single epoch, or it may be a coadd. Parameters ---------- measCat : `lsst.afw.table.SourceCatalog` Catalog describing the objects (and only those objects) being measured. Previously-measured quantities will be retrieved from here, and it will be updated in-place with 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. Notes ----- Derived classes that do not implement ``measureN`` should just inherit this disabled version. Derived classes that do implement ``measureN`` should additionally add a bool doMeasureN config field to their config class to signal that measureN-mode is available.
|
staticinherited |
Definition at line 98 of file pluginsBase.py.
|
staticinherited |
Definition at line 72 of file pluginsBase.py.
|
inherited |
Definition at line 130 of file pluginsBase.py.
|
static |
Definition at line 480 of file plugins.py.
|
staticinherited |
Definition at line 108 of file pluginsBase.py.
|
staticinherited |
Definition at line 89 of file pluginsBase.py.
|
inherited |
Definition at line 132 of file pluginsBase.py.
|
inherited |
Definition at line 131 of file pluginsBase.py.
|
staticinherited |
|
staticinherited |
Definition at line 80 of file pluginsBase.py.