We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94715e8 commit 44efa7fCopy full SHA for 44efa7f
astroquery/sdss/core.py
@@ -50,7 +50,7 @@ class SDSSClass(BaseQuery):
50
BASE_URL = conf.server
51
SPECTRO_OPTICAL = BASE_URL
52
IMAGING = BASE_URL + '/boss/photoObj/frames'
53
- TEMPLATES = 'http://www.sdss.org/dr7/algorithms/spectemplates/spDR2'
+ TEMPLATES = 'http://classic.sdss.org/dr7/algorithms/spectemplates/spDR2'
54
MAXQUERIES = conf.maxqueries
55
AVAILABLE_TEMPLATES = spec_templates
56
TIMEOUT = conf.timeout
0 commit comments