Skip to content

Commit d79b0ef

Browse files
authored
Merge pull request #2428 from jd-au/casda-doc-update
Add version information for casda features
2 parents be0938f + c8ffd1a commit d79b0ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/casda/casda.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,16 @@ from the keyring, or if in an interactive environment then it will be requested.
8080
>>> casda = Casda()
8181
>>> casda.login(username='[email protected]')
8282

83+
.. Note::
84+
85+
Prior to Astroquery v0.4.7, authentication required creating an instance of the ``Casda`` class
86+
with a username and password. e.g.: ``casda = Casda(username, password)``
8387

8488
Data Access
8589
===========
8690

91+
.. versionadded:: 0.4.4
92+
8793
In order to access data in CASDA you must first stage the data using the :meth:`~astroquery.casda.CasdaClass.stage_data`
8894
method.
8995
This is because only some of the data in CASDA is held on disc at any particular time.
@@ -111,10 +117,15 @@ taken in scheduling block 2338 is shown below:
111117
>>> url_list = casda.stage_data(subset)
112118
>>> filelist = casda.download_files(url_list, savedir='/tmp')
113119

120+
.. Note::
121+
122+
Due to server side changes, downloads now require Astroquery v0.4.6 or later.
114123

115124
Cutouts
116125
=======
117126

127+
.. versionadded:: 0.4.7
128+
118129
As well as accessing full data products, the CASDA service can produce cutout images and cubes from larger data products.
119130
The cutout support in AstroQuery allows both spatial and spectral cutouts.
120131
To produce a spatial cutout, pass in a coordinate and either a radius or a height and a width to the

0 commit comments

Comments
 (0)