sky_circle

gdt.core.plot.lib.sky_circle(center_x, center_y, radius, ax, flipped=True, frame='equatorial', face_color=None, face_alpha=None, edge_color=None, edge_alpha=None, **kwargs)[source]

Plot a circle on the sky.

Parameters:
  • center_x (float) – The azimuthal center, in degrees

  • center_y (float) – The polar center, in degrees

  • radius (float) – The ROI radius in degrees

  • ax (matplotlib.axes) – Plot axes object

  • flipped (bool, optional) – If True, the azimuthal axis is flipped, following equatorial convention

  • frame (str, optional) – Either ‘equatorial’, ‘galactic’, or ‘spacecraft’. Default is ‘equatorial’

  • face_color (str, optional) – The color of the circle fill

  • face_alpha (float, optional) – The alpha of the circle fill

  • edge_color (str, optional) – The color of the circle edge

  • edge_alpha (float, optional) – The alpha of the circle edge

  • **kwargs – Other plotting options

Returns:

(list of matplotlib.patches.Polygon)