pointing_sky

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

Plot of pointing errors as a function of sky position

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 pointing errors plot.