lsst.meas.algorithms  20.0.0-5-gc4485221+2
Classes | Functions
lsst.meas.algorithms.measureApCorr Namespace Reference

Classes

class  FluxKeys
 
class  MeasureApCorrConfig
 Configuration for MeasureApCorrTask. More...
 
class  MeasureApCorrTask
 Task to measure aperture correction. More...
 

Functions

def plotApCorr (bbox, xx, yy, zzMeasure, field, title, doPause)
 

Function Documentation

◆ plotApCorr()

def lsst.meas.algorithms.measureApCorr.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.

@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
@param doPause  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 316 of file measureApCorr.py.