reproject_carrington

solarsynoptic.reprojection.reproject_carrington(smap, shape_out, latitude_projection='CAR', cache=True)

Reproject smap into a Carrington frame of reference.

This is done using the reproject.reproject_interp function.

Parameters
smapsunpy.map.GenericMap
shape_out[int, int]

Number of output pixels in (latitude, longitude).

cachebool

If True (default) use the built in cache. This will save a copy of the reprojected map, and load the map if this function is called with the same map.

Returns
carrington_mapsunpy.map.Genericmap

Reprojected map.