|
lsst.meas.algorithms g4a7591d645+fa9daf83c6
|
Classes | |
| class | MeasureApCorrError |
| class | _FluxNames |
| class | MeasureApCorrConfig |
| class | MeasureApCorrTask |
Functions | |
| plotApCorr (bbox, xx, yy, zzMeasure, field, title, doPause) | |
| plotApCorr | ( | bbox, | |
| xx, | |||
| yy, | |||
| zzMeasure, | |||
| field, | |||
| title, | |||
| doPause ) |
Plot aperture correction fit residuals
There are two subplots: residuals against x and y.
Intended for debugging.
Parameters
----------
bbox : `lsst.geom.Box2I`
Bounding box (for bounds)
xx, yy : `numpy.ndarray`, (N)
x and y coordinates
zzMeasure : `float`
Measured value of the aperture correction
field : `lsst.afw.math.ChebyshevBoundedField`
Fit aperture correction field
title : 'str'
Title for plot
doPause : `bool`
Pause to inspect the residuals plot? If
False, there will be a 4 second delay to
allow for inspection of the plot before
closing it and moving on.
Definition at line 390 of file measureApCorr.py.