@@ -121,8 +121,8 @@ and width parameter of the box search must also be specified.
121121 >>> table = Irsa.query_region(coordinates = coord, spatial = ' Box' ,
122122 ... catalog= ' fp_psc' , width= 2 * u.arcmin)
123123 >>> 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 ...
126126 --------- --------- ------- ------- ------- ---------------- ... ------- -------- --------- ----- -------------------
127127 10.692216 41.260162 0.10 0.09 87 00424613+4115365 ... -- 69157 1590591 33 4805203678124326400
128128 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.
229229 >>> from astroquery.ipac.irsa import Irsa
230230 >>> table = Irsa.query_region(" HIP 12" , catalog = " allwise_p3as_psd" , spatial = " Cone" , async_job = True )
231231 >>> 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 ...
234234 ------------------- --------- ----------- ------ ... ------------------ ------------------- --------- -------------
235235 J000009.78-355736.9 0.0407905 -35.9602605 0.0454 ... 0.0005762523295116 -0.5872239888098030 100102010 8873706189183
236236
@@ -271,7 +271,7 @@ Simple image access queries
271271
272272`~astroquery.ipac.irsa.IrsaClass.query_sia ` provides a way to access IRSA's Simple
273273Image 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 `.
275275
276276.. doctest-remote-data ::
277277
@@ -356,7 +356,7 @@ Simple spectral access queries
356356
357357`~astroquery.ipac.irsa.IrsaClass.query_ssa ` provides a way to access IRSA's Simple
358358Spectral 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 `.
360360
361361.. doctest-remote-data ::
362362
0 commit comments