astroquery
astroquery copied to clipboard
Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
This issue was discussed in #545, but we opted to do it as a separate fix so the other work in #545 could get in sooner. Basically, the SDSS region...
If I get a catalog from Vizier, not all the units are recognized, even if they look standard on the Vizier query page. For example: ``` from astroquery.vizier import Vizier...
The default config file does not seem to have an entry for [mast] and conf.timeout is set by mast/__init__.py to a hard coded 600s. This value is way to small...
Stability improvements to `query_aliases()` that also addresses bug that made method retrieve no aliases for multiple star systems. fixes #2357
When trying to request data from the NASA Exoplanet Archive, the alias resolution fails for multiple star systems like LTT1445 or Alpha Centauri, even if specifying the specific star in...
The astroquery API allows for users to submit cached alias queries like this: ``` from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive aliases = NasaExoplanetArchive.query_aliases( "HAT-P-11", cache=True ) ``` but the function doesn't do...
the `cds` module needs some updates to refactor the current usage of deprecated mocpy functionality (this will be responsible for most of the remote-data test failures coming from this module)...
I was trying to use the `Gaia.load_async_job()` method to retrieve a job by name, but I get an AttributeError caused by [this line](https://github.com/astropy/astroquery/blob/main/astroquery/utils/tap/core.py#L1298) because `Filter` (`jobfilter`) does not have a...
I am not sure if this is a bug or if I am misunderstanding something about what astroquery is retrieving/returnhing from the ALMA archive results. In essence, for queries done...
When I run this example: https://astroquery.readthedocs.io/en/latest/noirlab/noirlab.html I get this error message: ``` File "/usr/local/lib/python3.7/site-packages/astroquery/noirlab/core.py", line 67, in _validate_version raise Exception(msg) Exception: The astroquery.noirlab module is expecting an older version of...