astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

Proper handling of spectral resolution #3035

Closed andamian closed 5 months ago

andamian commented 5 months ago

Fix for #1816

Both (m) Alma.query_async(payload={'em_resolution': 6.929551916151968e-05}) and (KHz) Alma.query_async(payload={'spectral_resolution':2000000}) work

Column spectral_resolution is also available from direct TAP queries.

pep8speaks commented 5 months ago

Hello @andamian! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-06-14 18:16:28 UTC
bsipocz commented 5 months ago

Thanks!

andamian commented 5 months ago

No. Thank you!