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
695 stars 397 forks source link

FR: astrometry.net Add server URL #1545

Open dts350z opened 5 years ago

dts350z commented 5 years ago

So you can target astormetry queries at local instances on the astrometry.net server, please consider adding the server URL so it can be localhost:8004 or whatever.

Thanks!

dts350z commented 5 years ago

Looks like maybe this is implemented but not yet documented?

I see code in astroquery/astrometry_net/init.py

but don't know how the config system for Astroquery works

keflavich commented 5 years ago

Yeah, the URL is meant to be configurable, but it's part of state and may only be documented at the top level rather than at an individual model level. This is a reasonable use case, though, so maybe we should consider adding that documentation specifically for astrometry.net

cc @mwcraig