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):
21
21
'http://vo.imcce.fr/webservices/miriade/ephemcc_query.php' ,
22
22
'IMCCE/Miriade.ephemcc base server' )
23
23
skybot_server = _config .ConfigItem (
24
- ['http ://vo .imcce.fr/webservices/skybot/skybotconesearch_query .php' ],
24
+ ['https ://ssp .imcce.fr/webservices/skybot/api/conesearch .php' ],
25
25
'SkyBoT' )
26
26
27
27
timeout = _config .ConfigItem (
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ def uri(self):
418
418
>>> skybot = Skybot()
419
419
>>> obj = skybot.cone_search(field, 0.1*u.deg, epoch) # doctest: +SKIP
420
420
>>> 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'
422
422
"""
423
423
return self ._uri
424
424
@@ -437,7 +437,7 @@ def cone_search_async(self,
437
437
cache = True ):
438
438
"""
439
439
This method queries the IMCCE
440
- `SkyBoT <http ://vo .imcce.fr/webservices/skybot/? conesearch>`_
440
+ `SkyBoT <https ://ssp .imcce.fr/webservices/skybot/api/ conesearch>`_
441
441
cone search service and produces a `~astropy.table.QTable` object
442
442
containing all Solar System bodies that might be in the cone
443
443
defined by the cone center coordinates and epoch provided.
You can’t perform that action at this time.
0 commit comments