lsst.meas.base
17.0.1-5-gb3f5c0c+12
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, schema, metadata) |
def | measure (self, measRecord, exposure, center) |
def | fail (self, measRecord, error=None) |
def | measureN (self, measCat, exposure, refCat, refWcs) |
def | makeSingleFramePlugin (cls, name) |
def | makeForcedPlugin (cls, name) |
def | getLogName (self) |
Static Public Member Functions | |
def | getTransformClass () |
Public Attributes | |
varValue | |
emptyFootprintFlag | |
config | |
name | |
logName | |
Static Public Attributes | |
ConfigClass = VarianceConfig | |
int | FAILURE_BAD_CENTROID = 1 |
int | FAILURE_EMPTY_FOOTPRINT = 2 |
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 |
Compute the median variance corresponding to a footprint. The aim here is to measure the background variance, rather than that of the object itself. In order to achieve this, the variance is calculated over an area scaled up from the shape of the input footprint. Parameters ---------- config : `VarianceConfig` 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 225 of file plugins.py.
def lsst.meas.base.plugins.VariancePlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Definition at line 259 of file plugins.py.
def lsst.meas.base.plugins.VariancePlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 298 of file plugins.py.
def lsst.meas.base.plugins.VariancePlugin.getExecutionOrder | ( | cls | ) |
Definition at line 256 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.
|
inherited |
Produce a ForcedPlugin subclass from this GenericPlugin class. The class is also registered. Parameters ---------- name : `str` Name of plugin to register.
Definition at line 623 of file wrappers.py.
|
inherited |
Produce a SingleFramePlugin subclass from this GenericPlugin class. The class is also registered. Parameters ---------- name : `str` Name of plugin to register.
Definition at line 582 of file wrappers.py.
def lsst.meas.base.plugins.VariancePlugin.measure | ( | self, | |
measRecord, | |||
exposure, | |||
center | |||
) |
Definition at line 270 of file plugins.py.
|
inherited |
Measure multiple sources. It is the responsibility of this method to perform the desired measurement and record the result in the `measCat`. Parameters ---------- measCat : `lsst.afw.table.SourceCatalog` Catalog for the sources being measured. exposure : `lsst.afw.image.Exposure` Exposure on which the source is being measured. refCat : `lsst.afw.table.SourceCatalog` Reference catalog. refWcs : `lsst.afw.image.Wcs` Astrometric solution for the reference image. Raises ------ MeasurementError Raised if the measurement fails for a known/justifiable reason.
Definition at line 542 of file wrappers.py.
|
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 245 of file plugins.py.
|
staticinherited |
Definition at line 108 of file pluginsBase.py.
lsst.meas.base.plugins.VariancePlugin.emptyFootprintFlag |
Definition at line 262 of file plugins.py.
|
static |
Definition at line 247 of file plugins.py.
|
static |
Definition at line 251 of file plugins.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 |
Definition at line 80 of file pluginsBase.py.
lsst.meas.base.plugins.VariancePlugin.varValue |
Definition at line 261 of file plugins.py.