You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, register (which mimics the usual aiaprep workflow) using sunpy.map.GenericMap.rotate to rotate, scale, and translate the image.
Instead, we should just use reproject to reproject the level 1 image into a WCS which has the desired scale (specified using CDELT) and orientation (specified using the PC matrix) and puts the center of the sun at the center of the pixel grid (in the case of a full-disk image).
In GitLab by @wtbarnes on Mar 12, 2022, 10:54
Currently,
register
(which mimics the usualaiaprep
workflow) usingsunpy.map.GenericMap.rotate
to rotate, scale, and translate the image.Instead, we should just use
reproject
to reproject the level 1 image into a WCS which has the desired scale (specified usingCDELT
) and orientation (specified using thePC
matrix) and puts the center of the sun at the center of the pixel grid (in the case of a full-disk image).This would also resolve #112.
The text was updated successfully, but these errors were encountered: