reproject_map#
- stixpy.visualisation.map_reprojection.reproject_map(map, observer, out_shape=None)[source]#
Reproject a map as viewed from a different observer.
- Parameters:
map (
sunpy.map.Map) – The input map to be reprojectedobserver (
astropy.coordinates.SkyCoord) – The coordinates of the observer in HeliographicStonyhurst frameout_shape (
tuple) – The shape of the reprojected map - defaults to same size as input map
- Returns:
map (
sunpy.map.Map) – Reprojected map