Skip to content

Commit 54e6899

Browse files
committed
Merge pull request #486 from bsipocz/sdss_update_version
Update SDSS DR version and template URL
2 parents c7c2fb9 + 44efa7f commit 54e6899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroquery/sdss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Conf(_config.ConfigNamespace):
1313
Configuration parameters for `astroquery.sdss`.
1414
"""
1515
server = _config.ConfigItem(
16-
['http://data.sdss3.org/sas/dr10'],
16+
['http://data.sdss3.org/sas/dr12'],
1717
'Link to SDSS website.'
1818
)
1919
timeout = _config.ConfigItem(

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)