Skip to content

Commit

Permalink
Merge pull request #455 from bsipocz/doc_change_ssa_url
Browse files Browse the repository at this point in the history
DOC: change ssa url
  • Loading branch information
bsipocz committed Aug 16, 2023
1 parent c97c53c commit 8952501
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ region is always circular with ``pos`` as center:

.. doctest-remote-data::

>>> ssa_service = vo.dal.SSAService("http://www.isdc.unige.ch/vo-services/lc")
>>> ssa_service = vo.dal.SSAService("https://irsa.ipac.caltech.edu/SSA")
>>> ssa_results = ssa_service.search(pos=pos, diameter=size)

SSA queries can be further constrained by the ``band`` and ``time`` parameters.
Expand All @@ -346,8 +346,7 @@ SSA queries can be further constrained by the ``band`` and ``time`` parameters.

>>> ssa_results = ssa_service.search(
... pos=pos, diameter=size,
... time=time, band=Quantity((1e-13, 1e-12), unit="meter")
... )
... time=Time((53000, 54000), format='mjd'), band=Quantity((1e-13, 1e-12), unit="m"))


.. _pyvo-scs:
Expand Down

0 comments on commit 8952501

Please sign in to comment.