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 331 of file measureApCorr.py.