You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User authentication is required to access data files from CASDA, including calibrated visibilities, images and image cubes.
62
+
User authentication is required to access data files from CASDA, including
63
+
calibrated visibilities, images and image cubes.
97
64
Authentication is made with OPAL credentials.
98
-
To register with OPAL, go to https://opal.atnf.csiro.au/ and click on the link to 'Register'. Enter your email address, name, affiliation and a password. The OPAL application will register you straight away.
65
+
To register with OPAL, go to https://opal.atnf.csiro.au/ and click on the
66
+
link to 'Register'. Enter your email address, name, affiliation and a password.
67
+
The OPAL application will register you straight away.
99
68
100
-
OPAL user accounts are self-managed. Please keep your account details up to date. To change user-registration details, or to request a new OPAL password, use the link to 'Log in or reset password'.
69
+
OPAL user accounts are self-managed. Please keep your account details up to
70
+
date. To change user-registration details, or to request a new OPAL password,
71
+
use the link to 'Log in or reset password'.
101
72
102
-
To use download tasks, you should create an instance of the Casda object with a username and password. e.g.:
73
+
To use download tasks, you should create an instance of the ``Casda`` class
74
+
with a username and password. e.g.:
103
75
104
-
.. code-block:: python
76
+
.. doctest-skip::
105
77
106
78
>>> from astroquery.casda import Casda
107
79
>>> import getpass
@@ -121,9 +93,10 @@ This column should contain the datalink address of the data product.
121
93
Once the data has been assembled you can then download the data using the :meth:`~astroquery.casda.CasdaClass.download_files` method, or using tools such as wget.
122
94
Authentication is required when staging the data, but not for the download.
123
95
124
-
An example script to download public continuum images of the NGC 7232 region taken in scheduling block 2338 is shown below:
125
-
.. code-block:: python
126
-
.. doctest-remote-data::
96
+
An example script to download public continuum images of the NGC 7232 region
97
+
taken in scheduling block 2338 is shown below:
98
+
99
+
.. doctest-skip::
127
100
128
101
>>> from astropy import coordinates, units as u, wcs
0 commit comments