lsst.meas.base
14.0
|
Public Member Functions | |
def | getExecutionOrder |
def | __init__ |
def | calculate |
def | fail |
Public Attributes | |
key | |
Static Public Attributes | |
ConfigClass = CatalogCalculationFootprintAreaConfig | |
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.