@@ -234,14 +234,15 @@ available about the columns in a `~astropy.table.Table`.
234
234
.. doctest-remote-data ::
235
235
236
236
>>> from astroquery.ipac.irsa import Irsa
237
- >>> Irsa.list_columns(catalog = " allwise_p3as_psd" )
238
- {'designation': 'WISE source designation',
237
+ >>> Irsa.list_columns(catalog = " allwise_p3as_psd" ) # doctest: +IGNORE_OUTPUT
238
+ {...
239
+ 'designation': 'WISE source designation',
239
240
'ra': 'right ascension (J2000)',
240
241
'dec': 'declination (J2000)',
241
242
'sigra': 'uncertainty in RA',
242
243
'sigdec': 'uncertainty in DEC',
243
244
...
244
- 'htm20': 'HTM20 spatial index key' }
245
+ }
245
246
246
247
247
248
Async queries
@@ -400,8 +401,9 @@ Spitzer.
400
401
401
402
>>> from astropy.table import unique
402
403
>>> unique(arp220_spectra, keys = ' dataid_collection' )[' dataid_collection' ]
403
- <MaskedColumn name='dataid_collection' dtype='object' description='IVOA Identifier of collection' length=4 >
404
+ <MaskedColumn name='dataid_collection' dtype='object' description='IVOA Identifier of collection' length=5 >
404
405
goals
406
+ herschel_herus
405
407
sofia_fifils
406
408
spitzer_irsenh
407
409
spitzer_sha
@@ -415,7 +417,7 @@ will return a `~astropy.table.Table`.
415
417
416
418
>>> from astroquery.ipac.irsa import Irsa
417
419
>>> Irsa.list_collections(servicetype = ' SSA' )
418
- <Table length=35 >
420
+ <Table length=37 >
419
421
collection
420
422
object
421
423
------------------------
@@ -437,6 +439,7 @@ will return a `~astropy.table.Table`.
437
439
irts
438
440
iso_sws
439
441
sofia_exes
442
+ sofia_exes_enh
440
443
sofia_fifils
441
444
sofia_flitecam
442
445
sofia_forcast
@@ -454,6 +457,7 @@ will return a `~astropy.table.Table`.
454
457
spitzer_sha
455
458
spitzer_sings
456
459
spitzer_ssgss
460
+ swas
457
461
458
462
459
463
Other Configurations
0 commit comments