lsst.meas.base
14.0
|
Public Member Functions | |
def | getExecutionOrder |
def | __init__ |
def | calculate |
def | fail |
Public Attributes | |
keyProbability | |
keyFlag | |
Static Public Attributes | |
ConfigClass = CatalogCalculationClassificationConfig | |
A binary measure of the extendedness of a source, based a simple cut on the ratio of the PSF flux to the model flux. Because the fluxes on which this algorithm is based on are slot measurements, they can be provided by different algorithms, and the "fluxRatio" threshold used by this algorithm should generally be set differently for different algorithms. To do this, plot the difference between the PSF magnitude and the model magnitude vs. the PSF magnitude, and look for where the cloud of galaxies begins.
Definition at line 48 of file classification.py.
def lsst.meas.base.classification.CatalogCalculationClassificationPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Definition at line 66 of file classification.py.
def lsst.meas.base.classification.CatalogCalculationClassificationPlugin.calculate | ( | self, | |
measRecord | |||
) |
Definition at line 72 of file classification.py.
def lsst.meas.base.classification.CatalogCalculationClassificationPlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 97 of file classification.py.
def lsst.meas.base.classification.CatalogCalculationClassificationPlugin.getExecutionOrder | ( | cls | ) |
Definition at line 63 of file classification.py.
|
static |
Definition at line 60 of file classification.py.
lsst.meas.base.classification.CatalogCalculationClassificationPlugin.keyFlag |
Definition at line 70 of file classification.py.
lsst.meas.base.classification.CatalogCalculationClassificationPlugin.keyProbability |
Definition at line 68 of file classification.py.