pointing_residuals

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

Plot of pointing residuals in az/el space

Parameters:
coo_refSkyCoord instance

Reference coordinates

coo_mesSkyCoord instance

Measured coordinates

circle_sizefloat (default: 1.)

Size of reference circle to plot with residuals. Set to None for no circle.

stylestr (default: ggplot)

Matplotlib style to apply to the plot

Returns:
figmatplotlib.figure.Figure instance

Figure object containing the residuals plot.