-
-
Notifications
You must be signed in to change notification settings - Fork 606
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 a client to Fido which can discover the synoptic AIA series #7841
Conversation
It might be tricky but can you undo all of the code formatting changes? There have been discussions around auto formatting the code but they have not been accepted yet |
Sorry about that! Of course I set up the formatter to run on save, so I"m not always seeing what changes it makes. How do you think I should go about it? Are there standard approaches? Is there a style guide that I can revert it to? I have a few ideas of what I could do. |
Err, honestly I don"t know what would be best. It might be simplest to just start again from a clean branch and add just the new client and attr code. |
Replaced by #7842 |
PR Description
This PR addresses Issue #7828 by adding a new client into the dataretriever module
Some discussion should be had regarding the best way to call for this Series since it isn"t managed by JSOC in the usual way. For the moment if a.Instrument is either "AIA" or "AIASynoptic" the client will be called. a.Resolution == "Synoptic" will also trigger alongside a.Instrument == "AIA". That said, I"m not sure the average user would like to have to start specifying a resolution like that in order to not be served with this series, so I"m thinking the unique instrument might be the way to go.