plotPA1¶
-
lsst.validate.drp.plot.
plotPA1
(pa1, outputPrefix='')[source]¶ Plot the results of calculating the LSST SRC requirement PA1.
Creates a file containing the plot with a filename beginning with outputPrefix.
Parameters: pa1 : PA1Measurement
A PA1Measurement object.
outputPrefix : str, optional
Prefix to use for filename of plot file. Will also be used in plot titles. E.g., outputPrefix=’Cfht_output_r_‘ will result in a file named
'Cfht_output_r_AM1_D_5_arcmin_17.0-21.5.png'
for anAMx.name=='AM1'
andAMx.magRange==[17, 21.5]
.