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
Copy file name to clipboardExpand all lines: docs/esa/hsa.rst
+39-31Lines changed: 39 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@
4
4
Herschel Science Archive (`astroquery.esa.hsa`)
5
5
***********************************************
6
6
7
-
`Herschel <https://www.cosmos.esa.int/web/herschel/home/>`__ was the fourth cornerstone in ESA's Horizon 2000 science programme, designed to observe the 'cool' universe.
7
+
`Herschel <https://www.cosmos.esa.int/web/herschel/home/>`__ was the fourth
8
+
cornerstone in ESA's Horizon 2000 science programme, designed to observe the 'cool' universe.
8
9
It performed photometry and spectroscopy in the poorly explored 55-670 µm spectral range with a 3.5 m diameter
9
-
Cassegrain telescope, providing unique observing capabilities and bridging the gap between earlier infrared space
10
-
missions and groundbased facilities. Herschel successfully performed ~37000 science observations and ~6600 science
11
-
calibration observations which are publicly available to the worldwide astronomical community through the Herschel Science Archive.
10
+
Cassegrain telescope, providing unique observing capabilities and bridging the gap between earlier infrared
11
+
space missions and groundbased facilities. Herschel successfully performed ~37000 science observations and
12
+
~6600 science calibration observations which are publicly available to the worldwide astronomical community
13
+
through the Herschel Science Archive.
12
14
13
15
This package allows the access to the `Herschel Science Archive <http://archives.esac.esa.int/hsa/whsa/>`__.
14
16
15
-
========
16
17
Examples
17
18
========
18
19
19
-
------------------------------
20
20
1. Getting Herschel data
21
-
------------------------------
21
+
------------------------
22
22
23
23
.. doctest-remote-data::
24
24
@@ -31,13 +31,13 @@ Examples
31
31
This will download the product of the observation '1342195355' with the instrument 'PACS' and
32
32
it will store them in a tar called '1342195355.tar'. The parameters available are detailed in the API.
33
33
34
-
For more details of the parameters check the section 6 of the 'Direct Product Access using TAP' in the 'HSA users guide' at:
35
-
'http://archives.esac.esa.int/hsa/whsa/'
34
+
For more details of the parameters check the section 6 of the ``Direct Product Access using TAP`` in the
is a more generic interface that allows the user to retrieve any product or metadata and
58
+
`~astroquery.esa.hsa.HSAClass.get_observation` allows the user to retrieve only observation products.
57
59
58
-
For more information check the section 6.1 of the of the 'direct Product Access using TAP' in the 'HSA users guide' at:
59
-
'http://archives.esac.esa.int/hsa/whsa/'
60
+
For more information check the section 6.1 of the of the ``Direct Product Access using TAP`` in the
61
+
`HSA users guide`_.
62
+
63
+
For more details of the parameters check the section 6.2 of the ``Direct Product Access using TAP`` in the
64
+
`HSA users guide`_.
60
65
61
-
For more details of the parameters check the section 6.2 of the 'Direct Product Access using TAP' in the 'HSA users guide' at:
62
-
'http://archives.esac.esa.int/hsa/whsa/'
63
66
64
-
-------------------------------
65
67
3. Getting Herschel Postcard
66
-
-------------------------------
68
+
----------------------------
67
69
68
70
.. doctest-remote-data::
69
71
@@ -73,15 +75,16 @@ For more details of the parameters check the section 6.2 of the 'Direct Product
73
75
Downloading URL http://archives.esac.esa.int/hsa/whsa-tap-server/data?&retrieval_type=POSTCARD&observation_id=1342195355&instrument_name=PACS to /home/dev/.astropy/cache/astroquery/HSA/data?&retrieval_type=POSTCARD&observation_id=1342195355&instrument_name=PACS ... [Done]
74
76
'1342195355.jpg'
75
77
76
-
This will download the postcard (static representation in JPG-format of the final product) of the observation '1342195355' with the instrument 'PACS' and
77
-
it will store them in a tar called '1342195355.jpg'. The parameters available are detailed in the API.
78
+
This will download the postcard (static representation in JPG-format of the final product) of the observation
79
+
'1342195355' with the instrument 'PACS' and it will store them in a tar called '1342195355.jpg'.
80
+
The parameters available are detailed in the API.
81
+
82
+
For more details of the parameters check the section 6.2 of the ``Direct Product Access using TAP`` in the
83
+
`HSA users guide`_.
78
84
79
-
For more details of the parameters check the section 6.2 of the 'Direct Product Access using TAP' in the 'HSA users guide' at:
80
-
'http://archives.esac.esa.int/hsa/whsa/'
81
85
82
-
------------------------------------------
83
86
4. Getting Herschel metadata through TAP
84
-
------------------------------------------
87
+
----------------------------------------
85
88
86
89
This function provides access to the Herschel Science Archive database using the Table Access Protocol (TAP) and via the Astronomical Data
87
90
Query Language (`ADQL <https://www.ivoa.net/documents/ADQL/20180112/PR-ADQL-2.1-20180112.html>`__).
@@ -106,7 +109,10 @@ Query Language (`ADQL <https://www.ivoa.net/documents/ADQL/20180112/PR-ADQL-2.1-
0 commit comments