File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -173,15 +173,19 @@ Querying by other parameters
173
173
As of version 0.3 .4, you can also query other fields by keyword. For example,
174
174
if you want to find all projects in a region with a particular PI , you could do:
175
175
176
- .. doctest- remote- data::
176
+ .. Fix and remove skip with https:// github.com/ astropy/ astroquery/ issues/ 2584
177
+ .. .. doctest- remote- data::
178
+ .. doctest- skip::
177
179
178
- >> > rslt = Alma.query_region(' W51' , radius = 25 * u.arcmin, pi_name = ' *Ginsburg*' )
180
+ >> > Alma.query_region(' W51' , radius = 25 * u.arcmin, pi_name = ' *Ginsburg*' )
179
181
180
182
or if you wanted all projects by a given PI :
181
183
182
- .. doctest- remote- data::
184
+ .. Fix and remove skip with https:// github.com/ astropy/ astroquery/ issues/ 2584
185
+ .. .. doctest- remote- data::
186
+ .. doctest- skip::
183
187
184
- >> > rslt = Alma.query(payload = dict (pi_name = ' Ginsburg, Adam' ))
188
+ >> > Alma.query(payload = dict (pi_name = ' Ginsburg, Adam' ))
185
189
186
190
The ' ' query_sia' ' method offers another way to query ALMA using the IVOA SIA
187
191
subset of keywords returning results in ' ObsCore' format . For example,
You can’t perform that action at this time.
0 commit comments