File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments