Skip to content

Commit

Permalink
Update vizier url
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichel authored Feb 5, 2024
1 parent 0726be1 commit e8114d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mivot/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A beta version of this service has been deployed by Vizier; it might be replaced
Vizier Service
==============
This service is a cone-search able to access any of the Vizier tables and catalogs.
It is located at ``http://viz-beta.u-strasbg.fr/viz-bin/mivotconesearch/``
It is located at ``https://vizier.cds.unistra.fr/beta/viz-bin/mivotconesearch/``
and it can be invoked that way: ``URL/CATALOG_ID?VO_SCS_PARAMS``.
The annotation processor maps the searched data on the ``MANGO:EpochPosition`` class.
5 parameters can be mapped (position, proper motion and epoch) which is enough to compute the epoch propagation at the first order.
Expand Down Expand Up @@ -69,7 +69,7 @@ due to the fact that no distance is provided to ``SkyCoord``. This is worked aro
>>> if not sys.warnoptions: # doctest: +SKIP
>>> import warnings # doctest: +SKIP
>>> warnings.simplefilter("ignore") # doctest: +SKIP
>>> scs_srv = SCSService('http://viz-beta.u-strasbg.fr/viz-bin/mivotconesearch/I/329/urat1') # doctest: +SKIP
>>> scs_srv = SCSService('https://vizier.cds.unistra.fr/beta/viz-bin/mivotconesearch/I/329/urat1') # doctest: +SKIP
>>> m_viewer = ModelViewerLevel1( # doctest: +SKIP
>>> scs_srv.search( # doctest: +SKIP
>>> pos=SkyCoord(ra=52.26708*u.degree, dec=59.94027*u.degree, frame='icrs'), # doctest: +SKIP
Expand Down

0 comments on commit e8114d2

Please sign in to comment.