Skip to content

DOC: adding SIA1 note to IRSA docs #3338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025
Merged
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
10 changes: 10 additions & 0 deletions docs/ipac/irsa/irsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,16 @@ Simple image access queries
Image Access VO service. In the following example we are looking for Spitzer
Enhanced Imaging products in the centre of the COSMOS field as a `~astropy.table.Table`.

.. note::
There are two versions of SIA queries. This IRSA module in astroquery supports the newer,
version 2. However not all IRSA image collections have been migrated into
the newer protocol yet. If you want access to these, please use
`PyVO <https://pyvo.readthedocs.io/en/latest/>`_ directly as showcased in the
`IRSA tutorials
<https://caltech-ipac.github.io/irsa-tutorials/#accessing-irsa-s-on-premises-holdings-using-vo-protocols>`__.

For more info, visit the `IRSA documentation <https://irsa.ipac.caltech.edu/ibe/sia_v1.html>`__

.. doctest-remote-data::

>>> from astroquery.ipac.irsa import Irsa
Expand Down
Loading