pointing_azel_resid

pytelpoint.visualization.pointing_azel_resid(coo_ref, coo_meas, style='ggplot')[source] [edit on github]

Plot of az/el pointing residuals as a function of az/el

Parameters:
coo_refSkyCoord instance

Reference coordinates

coo_mesSkyCoord instance

Measured coordinates

stylestr (default: ggplot)

Matplotlib style to apply to the plot

Returns:
figmatplotlib.figure.Figure instance

Figure object containing the az/el residuals plot.