astroquery
astroquery copied to clipboard
Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
When calling SDSS.query_region() with valid SkyCoord input, I occasionally receive what appears to be a successful astropy.table.Table response, but the contents are actually an HTML error page from the SDSS...
Currently there are properties like `astroquery.ipac.irsa.Irsa.tap_url` that point to IRSA service urls. I would be nice to have a property for the base url `https://irsa.ipac.caltech.edu/` as well.
There was a bug report posted on [RNAAS](https://ui.adsabs.harvard.edu/abs/2024RNAAS...8...21S/abstract) https://github.com/David-Sweeney/Astroquery-Gaia-bug I believe it's a duplicate of #2421, which we decided was not an astroquery bug but instead a bug (or feature)...
When querying the results of a JPL Horizons query via `elements(refplane='body')` the API returns this error: ``` ValueError: Query failed without known error message; received the following response: API VERSION:...
I'm having trouble getting irsa.query_region working with a vector of SkyCoords. Here's a MWE ```Python from astroquery.ipac.irsa import Irsa from astropy.coordinates import SkyCoord import astropy.units as u coord_vector = SkyCoord(ra...
Genai is pretty bad giving advise about dependecies, and apparently it misses the `[docs]` and `[test]` options from the landing page. So maybe we need to create a new umbrella...
This example results in an error: ```python from astroquery.alma import Alma from astroquery import alma from astropy.coordinates import SkyCoord import astropy.units as u query_results = Alma.query_region(SkyCoord.from_name('NGC 6334'), radius=0.2*u.deg) etbl =...
We can and should have a new spherex specific method that calls the cutout API and also possibly deals with the WCS transformations (though that will be on the fence...
JPLSpec is down. This is an upstream issue with their SSL certificates. The site maintainer is apparently on vacation. I'd like to leave this issue open until the service is...
A one liner summary, like we have for catalogues, would be really nice for the collections. This likely is an upstream issues first as we have this query cached on...