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
-
3
1
.. _astroquery.casda :
4
2
5
3
**********************************
@@ -21,6 +19,7 @@ The location should be specified in ICRS coordinates or an `astropy.coordinates.
21
19
For example:
22
20
23
21
.. code-block :: python
22
+ .. doctest-remote-data ::
24
23
25
24
>>> from astroquery.casda import Casda
26
25
>>> from astropy.coordinates import SkyCoord
@@ -62,6 +61,7 @@ To filter down to just the public data you can use the :meth:`~astroquery.casda.
62
61
For example to filter out the 30 non-public results from the above data set:
63
62
64
63
.. code-block :: python
64
+ .. doctest-remote-data ::
65
65
66
66
>>> public_results = Casda.filter_out_unreleased(result_table)
67
67
>>> 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.
123
123
124
124
An example script to download public continuum images of the NGC 7232 region taken in scheduling block 2338 is shown below:
125
125
.. code-block :: python
126
+ .. doctest-remote-data ::
126
127
127
128
>>> from astropy import coordinates, units as u, wcs
128
129
>>> from astroquery.casda import Casda
You can’t perform that action at this time.
0 commit comments