-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
Make Map work with WISPR Data #3501
Conversation
Thanks for the pull request @Cadair! Everything looks great! |
Hello @Cadair! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-11-21 21:52:08 UTC |
This https://github.com/sunpy/sunpy/blob/master/sunpy/map/tests/test_mapbase.py#L101 looks off. Should this be
? |
I think before we can merge this:
|
dcc7aef
to
60f0ed5
Compare
Changed it. |
for hist in hists: | ||
fits_header.add_history(hist) | ||
elif k != '': | ||
if len(k) > 8: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol?
else: | ||
# For some horrific reason, we save a list to the wavelnth key in | ||
# sources/rhessi.py. This is the least invasive fix for that stupidity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL
Fixes #3496
This makes the following changes:
GenericMap.wcs
to use the raw FITS header, this is so we can get the extra parameters from the FITS headers for the unusual projections in WISPR data. This is a large change in approach, although I am reasonably confident it shouldn't break anything.vso.py
requires #3497 to actually make WISPR data load.