wcsaxes_heliographic_overlay#
- sunpy.visualization.wcsaxes_compat.wcsaxes_heliographic_overlay(
- axes,
- grid_spacing=<Quantity 10. deg>,
- annotate=True,
- obstime=None,
- rsun=None,
- observer=None,
- system='stonyhurst',
- **kwargs,
Create a heliographic overlay using
WCSAxes.Will draw a grid and label the top axes.
- Parameters:
axes (
WCSAxes) – TheWCSAxesobject to create the overlay on.grid_spacing (
Quantity) – Spacing for longitude and latitude grid in degrees.annotate (
bool) – PassingFalsedisables the axes labels and the ticks on the top and right axes.obstime (
Time) – Theobstimeto use for the grid coordinate frame.rsun (
Quantity) – Thersunto use for the grid coordinate frame.observer (
SkyCoord) – Theobserverto use for the grid coordinate frame. Only used for Carrington coordinates.system (str) – Coordinate system for the grid. Must be ‘stonyhurst’ or ‘carrington’. If ‘carrington’, the
observerkeyword argument must be specified.kwargs – Additional keyword arguments are passed to
astropy.visualization.wcsaxes.CoordinateHelper.grid().
- Returns:
WCSAxes– The overlay object.
Notes
Keywords are passed to
grid.