Skip to content

Commit 8a8d22f

Browse files
committed
MAINT: update skybot url, no upstream API change
1 parent d05a071 commit 8a8d22f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

astroquery/imcce/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Conf(_config.ConfigNamespace):
2121
'http://vo.imcce.fr/webservices/miriade/ephemcc_query.php',
2222
'IMCCE/Miriade.ephemcc base server')
2323
skybot_server = _config.ConfigItem(
24-
['http://vo.imcce.fr/webservices/skybot/skybotconesearch_query.php'],
24+
['https://ssp.imcce.fr/webservices/skybot/api/conesearch.php'],
2525
'SkyBoT')
2626

2727
timeout = _config.ConfigItem(

astroquery/imcce/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def uri(self):
418418
>>> skybot = Skybot()
419419
>>> obj = skybot.cone_search(field, 0.1*u.deg, epoch) # doctest: +SKIP
420420
>>> skybot.uri # doctest: +SKIP
421-
'http://vo.imcce.fr/webservices/skybot/skybotconesearch_query.php?-ra=1.0&-dec=1.0&-rd=0.1&-ep=2458633.404166667&-loc=500&-filter=120.0&-objFilter=111&-refsys=EQJ2000&-output=all&-mime=text'
421+
'https://ssp.imcce.fr/webservices/skybot/skybotconesearch_query.php?-ra=1.0&-dec=1.0&-rd=0.1&-ep=2458633.404166667&-loc=500&-filter=120.0&-objFilter=111&-refsys=EQJ2000&-output=all&-mime=text'
422422
"""
423423
return self._uri
424424

@@ -437,7 +437,7 @@ def cone_search_async(self,
437437
cache=True):
438438
"""
439439
This method queries the IMCCE
440-
`SkyBoT <http://vo.imcce.fr/webservices/skybot/?conesearch>`_
440+
`SkyBoT <https://ssp.imcce.fr/webservices/skybot/api/conesearch>`_
441441
cone search service and produces a `~astropy.table.QTable` object
442442
containing all Solar System bodies that might be in the cone
443443
defined by the cone center coordinates and epoch provided.

0 commit comments

Comments
 (0)