suncasa.utils.plot_map

Functions

map2wcsgrids(sunpymap[, cell, antialiased])

get_map_extent(sunpymap[, rot])

imshow(sunpymap[, axes, rot])

contour(sunpymap[, axes, rot])

contourf(sunpymap[, axes, rot, mapx, mapy, rangereverse])

imshow_RGB(maps[, axes, returndataonly])

Module Contents

suncasa.utils.plot_map.map2wcsgrids(sunpymap, cell=False, antialiased=True)[source]
Parameters:
  • sunpymap

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

Returns:

suncasa.utils.plot_map.get_map_extent(sunpymap, rot=0)[source]
suncasa.utils.plot_map.imshow(sunpymap, axes=None, rot=0, **kwargs)[source]
Parameters:
  • sunpymap

  • axes

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

  • kwargs

Returns:

suncasa.utils.plot_map.contour(sunpymap, axes=None, rot=0, **kwargs)[source]
suncasa.utils.plot_map.contourf(sunpymap, axes=None, rot=0, mapx=None, mapy=None, rangereverse=False, **kwargs)[source]
suncasa.utils.plot_map.imshow_RGB(maps, axes=None, returndataonly=False)[source]