File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
2119For 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.
6261For 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
124124An 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
You can’t perform that action at this time.
0 commit comments