lsst.meas.algorithms
14.0-21-ge7d40960+2
|
Task to measure aperture correction. More...
Public Member Functions | |
def | __init__ (self, schema, kwds) |
Construct a MeasureApCorrTask. More... | |
def | run (self, exposure, catalog) |
Measure aperture correction. More... | |
Public Attributes | |
refFluxKeys | |
toCorrect | |
Static Public Attributes | |
ConfigClass = MeasureApCorrConfig | |
Task to measure aperture correction.
Task to measure aperture correction.
This task measures aperture correction for the flux fields returned by lsst.meas.base.getApCorrNameSet()
The main method is run.
The command line task interface supports a flag --debug
to import debug.py
from your $PYTHONPATH
; see Using lsstDebug to control debugging output for more about debug.py
.
MeasureApCorrTask has a debug dictionary containing a single boolean key:
For example, put something like:
into your debug.py
file and run your command-line task with the --debug
flag (or import debug
).
Definition at line 118 of file measureApCorr.py.
def lsst.meas.algorithms.measureApCorr.MeasureApCorrTask.__init__ | ( | self, | |
schema, | |||
kwds | |||
) |
Construct a MeasureApCorrTask.
For every name in lsst.meas.base.getApCorrNameSet():
Definition at line 172 of file measureApCorr.py.
def lsst.meas.algorithms.measureApCorr.MeasureApCorrTask.run | ( | self, | |
exposure, | |||
catalog | |||
) |
Measure aperture correction.
[in] | exposure | Exposure aperture corrections are being measured on. Aside from the bounding box, the exposure is only used by the starSelector subtask (which may need it to construct PsfCandidates, as PsfCanidate construction can do some filtering). The output aperture correction map is not added to the exposure; this is left to the caller. |
[in] | catalog | SourceCatalog containing measurements to be used to compute aperturecorrections. |
Definition at line 192 of file measureApCorr.py.
|
static |
Definition at line 169 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrTask.refFluxKeys |
Definition at line 182 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrTask.toCorrect |
Definition at line 183 of file measureApCorr.py.