lsst.meas.algorithms
13.0-18-gc4ad422+4
|
Classes | |
class | FluxKeys |
class | MeasureApCorrConfig |
Configuration for MeasureApCorrTask. More... | |
class | MeasureApCorrTask |
Task to measure aperture correction. More... | |
Functions | |
def | plotApCorr |
Variables | |
tuple | __all__ = ("MeasureApCorrConfig", "MeasureApCorrTask") |
def lsst.meas.algorithms.measureApCorr.plotApCorr | ( | bbox, | |
xx, | |||
yy, | |||
zzMeasure, | |||
field, | |||
title | |||
) |
Plot aperture correction fit residuals There are two subplots: residuals against x and y. Intended for debugging. @param bbox Bounding box (for bounds) @param xx x coordinates @param yy y coordinates @param zzMeasure Measured value of the aperture correction @param field Fit aperture correction field @param title Title for plot
Definition at line 319 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.__all__ = ("MeasureApCorrConfig", "MeasureApCorrTask") |
Definition at line 25 of file measureApCorr.py.