Skip to content

Commit 83c7205

Browse files
tinuademargaretbsipocz
authored andcommitted
added remote data directive
1 parent cf7fe2e commit 83c7205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/casda/casda.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. doctest-skip-all
2-
31
.. _astroquery.casda:
42

53
**********************************
@@ -21,6 +19,7 @@ The location should be specified in ICRS coordinates or an `astropy.coordinates.
2119
For example:
2220

2321
.. code-block:: python
22+
.. doctest-remote-data::
2423

2524
>>> from astroquery.casda import Casda
2625
>>> from astropy.coordinates import SkyCoord
@@ -62,6 +61,7 @@ To filter down to just the public data you can use the :meth:`~astroquery.casda.
6261
For example to filter out the 30 non-public results from the above data set:
6362

6463
.. code-block:: python
64+
.. doctest-remote-data::
6565

6666
>>> public_results = Casda.filter_out_unreleased(result_table)
6767
>>> print(public_results['obs_publisher_did','s_ra', 's_dec', 'obs_release_date'])
@@ -123,6 +123,7 @@ Authentication is required when staging the data, but not for the download.
123123

124124
An example script to download public continuum images of the NGC 7232 region taken in scheduling block 2338 is shown below:
125125
.. code-block:: python
126+
.. doctest-remote-data::
126127

127128
>>> from astropy import coordinates, units as u, wcs
128129
>>> from astroquery.casda import Casda

0 commit comments

Comments
 (0)