File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,31 @@ Enhanced Imaging products in the centre of the COSMOS field as an `~astropy.tabl
236
236
>>> coord = SkyCoord(' 150.01d 2.2d' , frame = ' icrs' )
237
237
>>> spitzer_images = Irsa.query_sia(pos = (coord, 1 * u.arcmin), collection = ' spitzer_seip' ).to_table()
238
238
239
+ To list available collections for SIA queries, the
240
+ `~astroquery.ipac.irsa.IrsaClass.list_collections ` method is provided, and
241
+ will return a `~astropy.table.Table `:
242
+
243
+ .. doctest-remote-data ::
244
+
245
+ >>> from astroquery.ipac.irsa import Irsa
246
+ >>> Irsa.list_collections()
247
+ <Table length=110>
248
+ collection
249
+ object
250
+ ---------------------
251
+ akari_allskymaps
252
+ blast
253
+ bolocam_gps
254
+ bolocam_lh
255
+ bolocam_planck_sz
256
+ ...
257
+ wise_allsky
258
+ wise_allwise
259
+ wise_prelim
260
+ wise_prelim_2bandcryo
261
+ wise_unwise
262
+ wise_z0mgs
263
+
239
264
Now open a cutout image for one of the science images. You could either use
240
265
the the IRSA on-premise data or the cloud version of it using the
241
266
``access_url `` or ``cloud_access `` columns. For more info about fits
You can’t perform that action at this time.
0 commit comments