Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HMI image to sample data #2782

Merged
merged 2 commits into from Oct 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/2782.feature.rst
@@ -0,0 +1 @@
Add a downscaled HMI image to the sample data.
1 change: 1 addition & 0 deletions sunpy/data/_sample.py
Expand Up @@ -34,6 +34,7 @@

# the files should include necessary extensions
_sample_files = {
"HMI_LOS_IMAGE": "HMI20110607_063211_los_lowres.fits",
"AIA_131_IMAGE": "AIA20110607_063301_0131_lowres.fits",
"AIA_171_IMAGE": "AIA20110607_063302_0171_lowres.fits",
"AIA_211_IMAGE": "AIA20110607_063302_0211_lowres.fits",
Expand Down