plotPhotErrModelFit

lsst.validate.drp.plot.plotPhotErrModelFit(mag, mmag_err, photomModel, color='red', ax=None, verbose=True)[source]

Plot model of photometric error from LSST Overview paper (Eq. 4 & 5)

Parameters:

mag : list or numpy.array

Magnitude

mmag_err : list or numpy.array

Magnitude uncertainty or variation in mmag.

photomModel : AnalyticPhotometryModel

Fit parameters to display.

ax : matplotlib.Axis, optional

The Axis object to plot to.

verbose : bool, optional

Produce extra output to STDOUT