Skip to content

Instantly share code, notes, and snippets.

@Cadair
Created September 17, 2012 13:37
Show Gist options
  • Save Cadair/3737313 to your computer and use it in GitHub Desktop.
Save Cadair/3737313 to your computer and use it in GitHub Desktop.
IDL bicubic rotation
read_sdo, "aia.lev1.193A_2012-06-10T13:00:07.84Z.image_lev1.fits",header,data
rotated_cubic = rot(data,90,cubic=-0.5)
save, data, rotated_cubic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment