diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-15 20:17:46 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-15 20:17:46 +0800 |
commit | 0f69645787cb0130fb06e18ce0fbf14f079d4f59 (patch) | |
tree | 91cf50f3a4d73de0a05d8641fd10478219f57756 /get_sdss_image.py | |
parent | f567c8bca8c28439d9bd14527c8c2f93e9754805 (diff) | |
download | cexcess-0f69645787cb0130fb06e18ce0fbf14f079d4f59.tar.bz2 |
get_sdss_image.py: Add two useful links
Diffstat (limited to 'get_sdss_image.py')
-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 |