Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Cadair
Created December 20, 2018 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cadair/6dafef3cfe47e7d6659ab8df44475126 to your computer and use it in GitHub Desktop.
Save Cadair/6dafef3cfe47e7d6659ab8df44475126 to your computer and use it in GitHub Desktop.
import astropy.units as u
from sunpy.net import Fido, attrs as a
result = Fido.search(a.Time('2012/3/4', '2012/3/6'),
a.Instrument('aia'), a.vso.Sample(20*u.min),
a.Wavelength(171*u.angstrom) | a.Wavelength(94*u.angstrom))
Fido.fetch(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment