@@ -121,8 +121,8 @@ and width parameter of the box search must also be specified.
121
121
>>> table = Irsa.query_region(coordinates = coord, spatial = ' Box' ,
122
122
... catalog= ' fp_psc' , width= 2 * u.arcmin)
123
123
>>> print (table)
124
- ra dec err_maj err_min err_ang designation ... ext_key scan_key coadd_key coadd htm20
125
- deg deg arcsec arcsec deg ...
124
+ ra dec err_maj err_min err_ang designation ... ext_key scan_key coadd_key coadd htm20
125
+ deg deg arcsec arcsec deg ...
126
126
--------- --------- ------- ------- ------- ---------------- ... ------- -------- --------- ----- -------------------
127
127
10.692216 41.260162 0.10 0.09 87 00424613+4115365 ... -- 69157 1590591 33 4805203678124326400
128
128
10.700059 41.263481 0.31 0.30 155 00424801+4115485 ... -- 69157 1590591 33 4805203678125364736
@@ -229,8 +229,8 @@ the query is send in asynchronous mode.
229
229
>>> from astroquery.ipac.irsa import Irsa
230
230
>>> table = Irsa.query_region(" HIP 12" , catalog = " allwise_p3as_psd" , spatial = " Cone" , async_job = True )
231
231
>>> print (table)
232
- designation ra dec sigra ... y z spt_ind htm20
233
- deg deg arcsec ...
232
+ designation ra dec sigra ... y z spt_ind htm20
233
+ deg deg arcsec ...
234
234
------------------- --------- ----------- ------ ... ------------------ ------------------- --------- -------------
235
235
J000009.78-355736.9 0.0407905 -35.9602605 0.0454 ... 0.0005762523295116 -0.5872239888098030 100102010 8873706189183
236
236
@@ -271,7 +271,7 @@ Simple image access queries
271
271
272
272
`~astroquery.ipac.irsa.IrsaClass.query_sia ` provides a way to access IRSA's Simple
273
273
Image Access VO service. In the following example we are looking for Spitzer
274
- Enhanced Imaging products in the centre of the COSMOS field as a `~astropy.table.QTable `.
274
+ Enhanced Imaging products in the centre of the COSMOS field as a `~astropy.table.Table `.
275
275
276
276
.. doctest-remote-data ::
277
277
@@ -356,7 +356,7 @@ Simple spectral access queries
356
356
357
357
`~astroquery.ipac.irsa.IrsaClass.query_ssa ` provides a way to access IRSA's Simple
358
358
Spectral Access VO service. In the following example we are looking for Spitzer
359
- Enhanced Imaging products in the centre of the COSMOS field as a `~astropy.table.QTable `.
359
+ Enhanced Imaging products in the centre of the COSMOS field as a `~astropy.table.Table `.
360
360
361
361
.. doctest-remote-data ::
362
362
0 commit comments