plotAnalyticPhotometryModel¶
-
lsst.validate.drp.plot.
plotAnalyticPhotometryModel
(dataset, photomModel, filterName='', outputPrefix='')[source]¶ Plot photometric RMS for matched sources.
Parameters: dataset : MatchedMultiVisitDataset
Blob with the multi-visit photometry model.
photomModel : AnalyticPhotometryModel
An analyticPhotometry model object.
filterName : str, optional
Name of the observed filter to use on axis labels.
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_check_photometry.png'
.