plotAnalyticAstrometryModel

lsst.validate.drp.plot.plotAnalyticAstrometryModel(dataset, astromModel, outputPrefix='')[source]

Plot angular distance between matched sources from different exposures.

Creates a file containing the plot with a filename beginning with outputPrefix.

Parameters:

dataset : MatchedMultiVisitDataset

Blob with the multi-visit photometry model.

photomModel : AnalyticPhotometryModel

An analyticPhotometry model 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_check_astrometry.png'.