File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -106,29 +106,6 @@ object or a string resolvable by the `~astropy.coordinates.SkyCoord` constructor
106
106
10.663245 41.240646 0.24 0.21 ... 1590591 33 4805203679649555456
107
107
Length = 774 rows
108
108
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
-
132
109
Queries over a polygon
133
110
----------------------
134
111
You can’t perform that action at this time.
0 commit comments