File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207]
23
23
24
+ ipac.irsa
25
+ ^^^^^^^^^
26
+
27
+ - Adding the "servicetype" kwarg to ``list_collections `` to be able to list SIA
28
+ and SSA collections separately. [#3200]
29
+
24
30
ipac.nexsci.nasa_exoplanet_archive
25
31
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
26
32
Original file line number Diff line number Diff line change @@ -234,13 +234,15 @@ Enhanced Imaging products in the centre of the COSMOS field as an `~astropy.tabl
234
234
235
235
To list available collections for SIA queries, the
236
236
`~astroquery.ipac.irsa.IrsaClass.list_collections ` method is provided, and
237
- will return a `~astropy.table.Table `:
237
+ will return a `~astropy.table.Table `. You can use the ``servicetype ``
238
+ argument to filter for image or spectral collections using ``'SIA' `` or
239
+ ``'SSA' `` respectively:
238
240
239
241
.. doctest-remote-data ::
240
242
241
243
>>> from astroquery.ipac.irsa import Irsa
242
- >>> Irsa.list_collections()
243
- <Table length=124 >
244
+ >>> Irsa.list_collections(servicetype = ' SIA ' )
245
+ <Table length=104 >
244
246
collection
245
247
object
246
248
---------------------
You can’t perform that action at this time.
0 commit comments