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