Skip to content

Commit 86d400d

Browse files
committed
DOC: making doctests pass
1 parent fa8aaa7 commit 86d400d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@ 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 ...
126+
--------- --------- ------- ------- ------- ---------------- ... ------- -------- --------- ----- -------------------
127+
10.692216 41.260162 0.10 0.09 87 00424613+4115365 ... -- 69157 1590591 33 4805203678124326400
128+
10.700059 41.263481 0.31 0.30 155 00424801+4115485 ... -- 69157 1590591 33 4805203678125364736
129+
10.699131 41.263248 0.28 0.20 82 00424779+4115476 ... -- 69157 1590591 33 4805203678125474304
130+
... ... ... ... ... ... ... ... ... ... ... ...
131+
10.672209 41.252857 0.22 0.21 8 00424133+4115102 ... -- 69157 1590591 33 4805203679613328896
132+
10.672878 41.252518 0.18 0.17 38 00424149+4115090 ... -- 69157 1590591 33 4805203679613393408
133+
10.671090 41.252468 0.14 0.13 69 00424106+4115088 ... -- 69157 1590591 33 4805203679613500928
134+
Length = 265 rows
124135

125136
Polygon search
126137
""""""""""""""

0 commit comments

Comments
 (0)