lsst.meas.base
16.0-13-gd9b1b71+8
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, schema, metadata) |
def | calculate (self, measRecord) |
def | fail (self, measRecord, error=None) |
def | calculate (self, cat, kwargs) |
Process either a single catalog enter or the whole catalog and produce output defined by the plugin. More... | |
def | getLogName (self) |
Static Public Member Functions | |
def | getTransformClass () |
Get the measurement transformation appropriate to this plugin. More... | |
Public Attributes | |
key | |
config | |
name | |
logName | |
Static Public Attributes | |
ConfigClass = CatalogCalculationFootprintAreaConfig | |
registry = PluginRegistry(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 |
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.
|
inherited |
Process either a single catalog enter or the whole catalog and produce output defined by the plugin.
[in,out] | cat | Either a lsst source catalog or a catalog entery depending on the plug type specified in the classes configuration. Results may be added to new columns, or existing entries altered. |
[in] | kwargs | Any additional kwargs that may be passed through the CatalogCalculationPlugin. |
Definition at line 60 of file catalogCalculation.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.
|
inherited |
Definition at line 90 of file pluginsBase.py.
|
staticinherited |
Get the measurement transformation appropriate to this plugin.
This returns a subclass of 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.
By default, we copy everything from the input to the output without transformation.
Definition at line 115 of file pluginsBase.py.
|
staticinherited |
Definition at line 51 of file pluginsBase.py.
|
staticinherited |
Definition at line 48 of file pluginsBase.py.
|
inherited |
Definition at line 86 of file pluginsBase.py.
|
static |
Definition at line 46 of file footprintArea.py.
|
staticinherited |
Definition at line 52 of file pluginsBase.py.
|
staticinherited |
Definition at line 50 of file pluginsBase.py.
lsst.meas.base.footprintArea.CatalogCalculationFootprintAreaPlugin.key |
Definition at line 54 of file footprintArea.py.
|
inherited |
Definition at line 88 of file pluginsBase.py.
|
inherited |
Definition at line 87 of file pluginsBase.py.
|
staticinherited |
Definition at line 36 of file catalogCalculation.py.
|
staticinherited |
Definition at line 29 of file catalogCalculation.py.
|
staticinherited |
Definition at line 49 of file pluginsBase.py.