Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ esa.hubble
- Update ``get_datalabs_path`` method so an alternative path is checked if the
file is not in Datalabs yet [#3437]

imcce
^^^^^

- Change the URL for SkyBot and Miriade Web Services
- Adapted the ``Miriade`` Class to the new outputs of the Web Service


mast
^^^^

Expand Down
2 changes: 1 addition & 1 deletion astroquery/imcce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Conf(_config.ConfigNamespace):

# server settings
ephemcc_server = _config.ConfigItem(
'http://vo.imcce.fr/webservices/miriade/ephemcc_query.php',
'https://ssp.imcce.fr/webservices/miriade/api/ephemcc.php',
'IMCCE/Miriade.ephemcc base server')
skybot_server = _config.ConfigItem(
['https://ssp.imcce.fr/webservices/skybot/api/conesearch.php'],
Expand Down
Loading
Loading