-
Notifications
You must be signed in to change notification settings - Fork 14
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
Downloading Mission-Specific Data with Astroquery #92
Conversation
Tagging @ttdu @astrojimig @dr-rodriguez @adrianlucy for visibility |
The Astroquery changes have been merged, so this is now ready for review! |
This reverts commit cf61d2b.
This looks great! A really nice overview of the new additions to the MissionsMast Class. I downloaded & ran it locally with no errors. This update is going to be so useful for users, and this notebook does a great job to highlight its features! Just a few small notes:
|
Chiming in to agree with Julie! I tend to use vague language (i.e. "over 600 results"). |
Thank you @astrojimig and @ttdu, this is great feedback! I'll make these changes sometime today and ping again. |
Just pushed those changes! The only thing is that I didn't see anything about the MAST Search API on the Outerspace API guide; it only talks about the portal API. I think that the Swagger docs may be the only thing we have for the MAST Search API at the moment. |
A notebook detailing the workflow for searching datasets, retrieving data products, and downloading data products using
astroquery.mast.MastMissions
, a wrapper to the MAST Search API. These changes haven't been merged into Astroquery yet (why the tests are failing), so leaving as a draft for now.