lsst.meas.base
13.0-26-g0f127ff+5
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, schema, metadata) |
def | measure (self, measRecord, exposure) |
def | fail (self, measRecord, error=None) |
![]() | |
def | __init__ (self, config, name, schema, metadata, logName=None, kwds) |
Initialize the measurement object. More... | |
def | measure (self, measRecord, exposure) |
Measure the properties of a source on a single image (single-epoch image or coadd). More... | |
def | measureN (self, measCat, exposure) |
Measure the properties of a group of blended sources on a single image (single-epoch image or coadd). 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 | |
numberKey | |
numberFlag | |
noInputsFlag | |
![]() | |
config | |
name | |
logName | |
Static Public Attributes | |
ConfigClass = SingleFrameInputCountConfig | |
int | FAILURE_BAD_CENTROID = 1 |
int | FAILURE_NO_INPUTS = 2 |
![]() | |
registry = PluginRegistry(SingleFramePluginConfig) | |
ConfigClass = 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 |
Additional Inherited Members | |
![]() | |
def | getTransformClass () |
Get the measurement transformation appropriate to this plugin. More... | |
Plugin to count how many input images contributed to each source. This information is in the exposure's coaddInputs. Some limitations: * This is only for the pixel containing the center, not for all the pixels in the Footprint * This does not account for any clipping in the coadd
Definition at line 261 of file plugins.py.
def lsst.meas.base.plugins.SingleFrameInputCountPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Definition at line 278 of file plugins.py.
def lsst.meas.base.plugins.SingleFrameInputCountPlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 300 of file plugins.py.
def lsst.meas.base.plugins.SingleFrameInputCountPlugin.getExecutionOrder | ( | cls | ) |
Definition at line 275 of file plugins.py.
def lsst.meas.base.plugins.SingleFrameInputCountPlugin.measure | ( | self, | |
measRecord, | |||
exposure | |||
) |
Definition at line 290 of file plugins.py.
|
static |
Definition at line 270 of file plugins.py.
|
static |
Definition at line 271 of file plugins.py.
|
static |
Definition at line 272 of file plugins.py.
lsst.meas.base.plugins.SingleFrameInputCountPlugin.noInputsFlag |
Definition at line 284 of file plugins.py.
lsst.meas.base.plugins.SingleFrameInputCountPlugin.numberFlag |
Definition at line 283 of file plugins.py.
lsst.meas.base.plugins.SingleFrameInputCountPlugin.numberKey |
Definition at line 280 of file plugins.py.