diff options
-rwxr-xr-x | get_sdss_image.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/get_sdss_image.py b/get_sdss_image.py index 964b079..0439587 100755 --- a/get_sdss_image.py +++ b/get_sdss_image.py @@ -11,6 +11,11 @@ Get the SDSS image around a specified position using the http://skyserver.sdss.org/dr13/en/help/docs/api.aspx#imgcutout * Image List Tool help: http://skyserver.sdss.org/dr13/en/tools/started/list.aspx +* Science Archive Server (SAS): coverage check: + https://dr12.sdss.org/coverageCheck +* Science Archive Server (SAS): single field search + https://dr12.sdss.org/fields + Can get images of u, g, r, i, z bands in FITS format """ import os |