-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
SDSS DR17 radial search API #2450
Comments
The usual astroquery API for It's not the exact same SQL but close enough (and if anyone wants to fix to send the radius up to the SQL server rather than hand calculate a box, PRs are welcome, see #1088 with suggestion for the fix, and discussion in #585 and possibly some other issues, too). If the exact match is important, then I would suggest directly using |
Oh, and we know that the documentation for the sdss module is somewhat lacking, PRs to extend it are more than welcome (and there are gazillion examples and coverage for different queries in the tests, those can be used as templates). |
Belated cc to @svolfman |
Ah, so one needs to set this first before using DR17? astroquery/astroquery/sdss/__init__.py Line 22 in 05f65ea
|
They can, but there is a |
Thanks for the quick response! |
How do I use
astroquery.sdss
to access http://skyserver.sdss.org/dr17/SearchTools/radial programmatically? Thanks!cc @camipacifici @javerbukh
The text was updated successfully, but these errors were encountered: