Skip to content

Commit 44efa7f

Browse files
committed
Updating URL of the sdss spectral templates
1 parent 94715e8 commit 44efa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class SDSSClass(BaseQuery):
5050
BASE_URL = conf.server
5151
SPECTRO_OPTICAL = BASE_URL
5252
IMAGING = BASE_URL + '/boss/photoObj/frames'
53-
TEMPLATES = 'http://www.sdss.org/dr7/algorithms/spectemplates/spDR2'
53+
TEMPLATES = 'http://classic.sdss.org/dr7/algorithms/spectemplates/spDR2'
5454
MAXQUERIES = conf.maxqueries
5555
AVAILABLE_TEMPLATES = spec_templates
5656
TIMEOUT = conf.timeout

0 commit comments

Comments
 (0)