suncasa.utils.plot_mapX

Classes

Sunmap

Module Contents

class suncasa.utils.plot_mapX.Sunmap(sunmap, aia=False)[source]
map2wcsgrids(sunpymap=None, cell=False)[source]
Parameters:
  • sunpymap

  • cell – if True, return the coordinates of the pixel centers. if False, return the coordinates of the pixel boundaries

Returns:

get_map_extent(sunpymap=None, rot=0, rangereverse=False)[source]
imshow(axes=None, rot=0, rangereverse=False, maskon=False, image_enhance=False, **kwargs)[source]
Parameters:
  • sunpymap

  • axes

  • rot – rotation angle in degrees counter-clockwise. Must be an integer multiple of 90.

  • kwargs

Returns:

contour(axes=None, rot=0, mapx=None, mapy=None, rangereverse=False, **kwargs)[source]
contourf(axes=None, rot=0, mapx=None, mapy=None, rangereverse=False, **kwargs)[source]
draw_limb(axes=None, rangereverse=False, **kwargs)[source]
draw_grid(axes=None, rot=0, grid_spacing=None, **kwargs)[source]
draw_rectangle(bottom_left, width, height, axes=None, **kwargs)[source]
imshow_RGB(maps, axes=None, returndataonly=False, rangereverse=False)[source]