@@ -158,7 +158,7 @@ below:
158
158
>>> url_list = casda.cutout(subset[:1 ], coordinates = centre, radius = 14 * u.arcmin)
159
159
>>> filelist = casda.download_files(url_list, savedir = ' /tmp' )
160
160
161
- An example script to download a 3D cutout from the WALLABY Pre-Pilot Eridanus cube at a specified position and velocity
161
+ An example script to download a 3D cutout from the WALLABY Pre-Pilot Eridanus cube at a specified position, velocity, and range
162
162
is shown below:
163
163
164
164
.. doctest-skip ::
@@ -176,8 +176,8 @@ is shown below:
176
176
>>> url_list = casda.cutout(eridanus_cube, coordinates = centre, radius = 9 * u.arcmin, band = freq)
177
177
>>> filelist = casda.download_files(url_list, savedir = ' /tmp' )
178
178
179
- An example script to download a 3D cutout from the WALLABY Pre-Pilot Eridanus cube at a specified position within a
180
- specified channel is shown below:
179
+ An example script to download a 3D cutout of a spectral channel range from the WALLABY Pre-Pilot Eridanus cube
180
+ is shown below:
181
181
182
182
.. doctest-skip ::
183
183
@@ -189,8 +189,8 @@ specified channel is shown below:
189
189
>>> result = Casda.query_region(centre, radius = 30 * u.arcmin)
190
190
>>> public_data = Casda.filter_out_unreleased(result)
191
191
>>> eridanus_cube = public_data[public_data[' filename' ] == ' Eridanus_full_image_V3.fits' ]
192
- >>> channel = channel (5 , 10 )
193
- >>> url_list = casda.cutout(eridanus_cube, coordinates = centre, channel)
192
+ >>> channel = (5 , 10 )
193
+ >>> url_list = casda.cutout(eridanus_cube, channel = channel)
194
194
>>> filelist = casda.download_files(url_list, savedir = ' /tmp' )
195
195
196
196
0 commit comments