Skip to content

Commit

Permalink
Merge pull request #1415 from Cadair/roll_sample
Browse files Browse the repository at this point in the history
Add a roll manuever aia image to the sample data
  • Loading branch information
Cadair committed Jun 1, 2015
2 parents 09f3dfe + 748e59c commit e6fcedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sunpy/data/_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"CALLISTO_IMAGE": ("BIR_20110922_103000_01.fit", ""),
"RHESSI_EVENT_LIST": ("hsi_calib_ev_20020220_1106_20020220_1106_25_40.fits", ""),
"SWAP_LEVEL1_IMAGE": ("swap_lv1_20120101_001607.fits", ""),
"AIA_193_IMAGE": ("aia.lev1.193A_2013-09-21T16_00_06.84Z.image_lev1.fits", ".zip")
"AIA_193_IMAGE": ("aia.lev1.193A_2013-09-21T16_00_06.84Z.image_lev1.fits", ".zip"),
"AIA_171_ROLL_IMAGE": ("aiacalibim5.fits.gz", "")
}

sample_files = {}
Expand Down

0 comments on commit e6fcedf

Please sign in to comment.