tuskitoo.acquisition.ploting module

arrow_plot(ax, angulo_radianes=0, frac_pos=0.15, frac_len=0.11, color='k')[source]

Plot N/E arrows using the current axis limits.

Parameters:
  • ax (matplotlib.axes.Axes) – Axis where the arrows are drawn.

  • angulo_radianes (float, optional) – Rotation angle of the image with respect to the sky, in radians.

  • frac_pos (float, optional) – Fractional position inside the axes for the arrow origin.

  • frac_len (float, optional) – Fraction of the smallest axis span used as arrow length.

  • color (str, optional) – Arrow/text color.

plot_image_cut(full_image, cut_image, sky_coords=None, gaia_coords=None, object_cords=None, title=None)[source]