@@ -29,11 +29,11 @@ For example:
2929 obs_publisher_did s_ra s_dec obs_release_date
3030 deg deg
3131 ----------------- --------------- ---------------- ------------------------
32- cube-11460 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
33- cube-11461 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
34- cube-11462 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
35- cube-11463 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
36- cube-11464 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
32+ cube-1170 333.70448386919 -45.966341151806 2019-01-30T13:00:00.000Z
33+ cube-60339 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
34+ cube-60338 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
35+ cube-60337 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
36+ cube-60336 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
3737
3838
3939In most cases only public data is required. While most ASKAP data is public, some data products may not be released for quality reasons.
@@ -49,11 +49,11 @@ For example to filter out the 30 non-public results from the above data set:
4949 obs_publisher_did s_ra s_dec obs_release_date
5050 deg deg
5151 ----------------- --------------- ---------------- ------------------------
52- cube-11460 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
53- cube-11461 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
54- cube-11462 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
55- cube-11463 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
56- cube-11464 326.52250211117 -43.891190432671 2020-11-18T09:49:27.134Z
52+ cube-1170 333.70448386919 -45.966341151806 2019-01-30T13:00:00.000Z
53+ cube-60339 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
54+ cube-60338 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
55+ cube-60337 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
56+ cube-60336 333.74878924962 -46.50601666028 2022-03-18T00:32:52.674Z
5757
5858
5959Authentication
@@ -71,7 +71,7 @@ date. To change user-registration details, or to request a new OPAL password,
7171use the link to 'Log in or reset password'.
7272
7373To use download tasks, you should create an instance of the ``Casda `` class
74- and call the :meth: `~astroquery.casda.CasdaClass.login ` method with a username. The password will either be taken
74+ and call the :meth: `~astroquery.casda.CasdaClass.login ` method with a username. The password will either be taken
7575from the keyring, or if in an interactive environment then it will be requested. e.g.:
7676
7777.. doctest-skip ::
@@ -90,14 +90,14 @@ Data Access
9090
9191.. versionadded :: 0.4.4
9292
93- In order to access data in CASDA you must first stage the data using the :meth: `~astroquery.casda.CasdaClass.stage_data `
93+ In order to access data in CASDA you must first stage the data using the :meth: `~astroquery.casda.CasdaClass.stage_data `
9494method.
9595This is because only some of the data in CASDA is held on disc at any particular time.
96- The :meth: `~astroquery.casda.CasdaClass.stage_data ` method should be passed an astropy Table object containing an
96+ The :meth: `~astroquery.casda.CasdaClass.stage_data ` method should be passed an astropy Table object containing an
9797'access_url' column.
9898This column should contain the datalink address of the data product.
9999
100- Once the data has been assembled you can then download the data using the :meth: `~astroquery.casda.CasdaClass.download_files `
100+ Once the data has been assembled you can then download the data using the :meth: `~astroquery.casda.CasdaClass.download_files `
101101method, or using tools such as wget.
102102Authentication is required when staging the data, but not for the download.
103103
@@ -128,9 +128,9 @@ Cutouts
128128
129129As well as accessing full data products, the CASDA service can produce cutout images and cubes from larger data products.
130130The cutout support in AstroQuery allows both spatial and spectral cutouts.
131- To produce a spatial cutout, pass in a coordinate and either a radius or a height and a width to the
131+ To produce a spatial cutout, pass in a coordinate and either a radius or a height and a width to the
132132:meth: `~astroquery.casda.CasdaClass.cutout ` method.
133- To produce a spectral cutout, pass in either a band or a channel value.
133+ To produce a spectral cutout, pass in either a band or a channel value.
134134For band, the value must be a list or tuple of two `astropy.units.Quantity ` objects specifying a low and high frequency
135135or wavelength. For an open ended range use `None ` as the open value.
136136For channel, the value must be a list or tuple of two integers specifying the low and high channels (i.e. planes of a
@@ -176,7 +176,7 @@ is shown below:
176176 >>> url_list = casda.cutout(eridanus_cube, coordinates = centre, radius = 9 * u.arcmin, band = freq)
177177 >>> filelist = casda.download_files(url_list, savedir = ' /tmp' )
178178
179- An example script to download a 3D cutout of a spectral channel range from the WALLABY Pre-Pilot Eridanus cube
179+ An example script to download a 3D cutout of a spectral channel range from the WALLABY Pre-Pilot Eridanus cube
180180is shown below:
181181
182182.. doctest-skip ::
0 commit comments