astroquery icon indicating copy to clipboard operation
astroquery copied to clipboard

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8

Results 354 astroquery issues
Sort by recently updated
recently updated
newest added

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...

bug
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.

ipac.irsa

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)...

duplicate
Documentation
gaia
esa

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:...

jplhorizons

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...

ipac.irsa

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...

Documentation
infrastructure

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 =...

bug
alma

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...

enhancement
ipac.irsa

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...

Upstream
jplspec

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...

enhancement
ipac.irsa