-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
bug: MAST cloud data queries require column name change #3166
Comments
Hey Brett! The problem here is that
Or you could use the new streamlined workflow by supplying the query criteria directly to
I can see how that error message would be confusing, so I'll make a ticket to handle that exception better. I hope this all makes sense, and let me know if you have any more questions! |
Phew, ok thanks! |
Actually @snbianco – I'm trying to load 4 IFU cubes in this example. My snippet above returns four MIRI/IFU data products (CH 1-4). Your revision returns 128 unique data products, including association files, jpg thumbnails, and higher level (derived) data products. These aren't identical. |
Yep, there will normally be multiple data products associated with an observation. You'll want to use
You could also do this with the streamlined query by providing
This should return the 4 URIs that you expect. |
I'm trying to get cloud URIs for MAST data products. I get an error with the code below, and I've included a (commented out) temporary workaround:
Tagging @snbianco to see if swapping
dataURI
withdataURL
here is the correct solution?:astroquery/astroquery/mast/cloud.py
Line 145 in 45b93c0
The text was updated successfully, but these errors were encountered: