@@ -20,15 +20,17 @@ Examples
20
20
1. Getting Herschel data
21
21
------------------------
22
22
23
- .. doctest-remote-data ::
23
+ .. Skipping becuase of how long the download takes
24
+ .. doctest-skip ::
24
25
25
26
>>> from astroquery.esa.hsa import HSA
26
27
>>>
27
- >>> HSA .download_data(observation_id = ' 1342195355' ,retrieval_type = ' OBSERVATION' , instrument_name = ' PACS' ) # doctest: +IGNORE_OUTPUT
28
+ >>> HSA .download_data(observation_id = ' 1342195355' , retrieval_type = ' OBSERVATION' ,
29
+ ... instrument_name= ' PACS' )
28
30
Downloading URL http://archives.esac.esa.int/hsa/whsa-tap-server/data?&retrieval_type=OBSERVATION&observation_id=1342195355&instrument_name=PACS to 1342195355.tar ... [Done]
29
31
'1342195355.tar'
30
32
31
- This will download the product of the observation '1342195355' with the instrument 'PACS' and
33
+ This will download the products of the observation '1342195355' with the instrument 'PACS' and
32
34
it will store them in a tar called '1342195355.tar'. The parameters available are detailed in the API.
33
35
34
36
For more details of the parameters check the section 6 of the ``Direct Product Access using TAP `` in the
@@ -41,11 +43,12 @@ For more details about the products check:
41
43
2. Getting Observation Products
42
44
-------------------------------
43
45
44
- .. doctest-remote-data ::
46
+ .. Skipping becuase of how long the download takes
47
+ .. doctest-skip ::
45
48
46
49
>>> from astroquery.esa.hsa import HSA
47
50
>>>
48
- >>> HSA .get_observation(' 1342195355' , instrument_name = ' PACS' ) # doctest: +IGNORE_OUTPUT
51
+ >>> HSA .get_observation(' 1342195355' , instrument_name = ' PACS' )
49
52
Downloading URL http://archives.esac.esa.int/hsa/whsa-tap-server/data?&retrieval_type=OBSERVATION&observation_id=1342195355&instrument_name=PACS to 1342195355.tar ... [Done]
50
53
'1342195355.tar'
51
54
@@ -245,4 +248,4 @@ Reference/API
245
248
.. testcleanup ::
246
249
247
250
>>> from astroquery.utils import cleanup_saved_downloads
248
- >>> cleanup_saved_downloads([' 1342195355*' , ' results.csv' ])
251
+ >>> cleanup_saved_downloads([' 1342195355*' , ' results.csv' ])
0 commit comments