Skip to content

Commit 79075b1

Browse files
committed
TMP: temporarily remove the box example, until upstream has been fixed
1 parent 0c35eb0 commit 79075b1

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -106,29 +106,6 @@ object or a string resolvable by the `~astropy.coordinates.SkyCoord` constructor
106106
10.663245 41.240646 0.24 0.21 ... 1590591 33 4805203679649555456
107107
Length = 774 rows
108108

109-
110-
Performing a box search
111-
-----------------------
112-
113-
The box queries have a syntax similar to the cone queries. In this case the
114-
``spatial`` keyword argument must be set to ``Box``. Also the width of the box
115-
region is required. The width may be specified in the same way as the radius
116-
for cone search queries, above - so it may be set using the appropriate
117-
`~astropy.units.Quantity` object or a string parsable by `~astropy.coordinates.Angle`.
118-
119-
.. doctest-remote-data::
120-
121-
>>> from astroquery.ipac.irsa import Irsa
122-
>>> import astropy.units as u
123-
>>> table = Irsa.query_region("00h42m44.330s +41d16m07.50s",
124-
... catalog='fp_psc', spatial='Box',
125-
... width=5 * u.arcsec)
126-
>>> print(table)
127-
ra dec clon clat ... ext_key j_h h_k j_k
128-
deg deg ...
129-
---------- ---------- ------------ ------------ ... ------- ----- ----- -----
130-
10.684737 41.269035 00h42m44.34s 41d16m08.53s ... -- 0.785 0.193 0.978
131-
132109
Queries over a polygon
133110
----------------------
134111

0 commit comments

Comments
 (0)