lsst.meas.base
13.0-26-g0f127ff+5
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, schema, metadata) |
def | calculate (self, measRecord) |
def | fail (self, measRecord, error=None) |
![]() | |
def | __init__ (self, config, name, schema, metadata) |
Initialize the catalogCalculation plugin. More... | |
def | getExecutionOrder (cls) |
def | calculate (self, cat, kwargs) |
Process either a single catalog enter or the whole catalog and produce output defined by the plugin. More... | |
![]() | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, logName=None) |
Initialize the plugin object. More... | |
def | getLogName (self) |
def | fail (self, measRecord, error=None) |
Record a failure of the measure or measureN() method. More... | |
Public Attributes | |
key | |
![]() | |
config | |
name | |
logName | |
Static Public Attributes | |
ConfigClass = CatalogCalculationFootprintAreaConfig | |
![]() | |
registry = PluginRegistry(CatalogCalculationPluginConfig) | |
ConfigClass = CatalogCalculationPluginConfig | |
string | plugType = 'single' |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
def | getTransformClass () |
Get the measurement transformation appropriate to this plugin. More... | |
A catalog calcluation plugin that simply records the area of the source's detection Footprint.
Definition at line 41 of file footprintArea.py.
def lsst.meas.base.footprintArea.CatalogCalculationFootprintAreaPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Definition at line 52 of file footprintArea.py.
def lsst.meas.base.footprintArea.CatalogCalculationFootprintAreaPlugin.calculate | ( | self, | |
measRecord | |||
) |
Definition at line 61 of file footprintArea.py.
def lsst.meas.base.footprintArea.CatalogCalculationFootprintAreaPlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 64 of file footprintArea.py.
def lsst.meas.base.footprintArea.CatalogCalculationFootprintAreaPlugin.getExecutionOrder | ( | cls | ) |
Definition at line 49 of file footprintArea.py.
|
static |
Definition at line 46 of file footprintArea.py.
lsst.meas.base.footprintArea.CatalogCalculationFootprintAreaPlugin.key |
Definition at line 54 of file footprintArea.py.