pointing_histogram

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

Plot histogram of separations between reference coordinates, coo_ref, and measured coordinates, coo_meas.

Parameters:
coo_refSkyCoord instance

Reference coordinates

coo_measSkyCoord instance

Measured coordinates

binsstr (default: freedman)

Name of algorithm to use to calculate optimal bin sizes. See hist for options and descriptions.

stylestr (default: ggplot)

Matplotlib style to apply to the plot

Returns:
figmatplotlib.figure.Figure instance

Figure object containing the histogram plot.