@@ -229,7 +229,7 @@ For a non positional search, select_cols would always include search_key and sci
229
229
>>> from astropy.coordinates import SkyCoord
230
230
>>> missions = MastMissions(mission = ' hst' )
231
231
>>> regionCoords = SkyCoord(210.80227 , 54.34895 , unit = (' deg' , ' deg' ))
232
- >>> results = missions.query_region(regionCoords, 3 , sci_pep_id = 12556 ,
232
+ >>> results = missions.query_region(regionCoords, radius = 3 , sci_pep_id = 12556 ,
233
233
... select_cols= [" sci_stop_time" , " sci_targname" , " sci_start_time" , " sci_status" ],
234
234
... sort_by= [' sci_targname' ])
235
235
>>> results[:5 ] # doctest: +IGNORE_OUTPUT
@@ -263,7 +263,7 @@ Metadata queries can also be performed using object names with the
263
263
264
264
.. doctest-remote-data ::
265
265
266
- >>> results = missions.query_object(' M101' , 3 , select_cols = [" sci_stop_time" , " sci_targname" , " sci_start_time" , " sci_status" ],
266
+ >>> results = missions.query_object(' M101' , radius = 3 , select_cols = [" sci_stop_time" , " sci_targname" , " sci_start_time" , " sci_status" ],
267
267
... sort_by= [' sci_targname' ])
268
268
>>> results[:5 ] # doctest: +IGNORE_OUTPUT
269
269
<Table masked=True length=5>
0 commit comments