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
INFO: File result0505720401.tar downloaded to current directory [astroquery.esa.xmm_newton.core]
64
+
65
+
This will download all PPS files for the observation '0505720401' and instrument MOS1, with 'PDF' extension and any
66
+
proprietary data. It will store them in a tar called 'result0505720401.tar'.
67
+
39
68
-------------------------------
40
-
2. Getting XMM-Newton postcards
69
+
3. Getting XMM-Newton postcards
41
70
-------------------------------
42
71
43
72
.. code-block:: python
@@ -52,7 +81,7 @@ This will download the EPIC postcard for the observation '0505720401' and it wil
52
81
'P0505720401EPX000OIMAGE8000.PNG'.
53
82
54
83
------------------------------------------
55
-
3. Getting XMM-Newton metadata through TAP
84
+
4. Getting XMM-Newton metadata through TAP
56
85
------------------------------------------
57
86
58
87
This function provides access to the XMM-Newton Science Archive database using the Table Access Protocol (TAP) and via the Astronomical Data
@@ -81,7 +110,7 @@ This will execute an ADQL query to download the first 10 observations in the XMM
81
110
stored in the file 'results10.csv'. The result of this query can be printed by doing print(result).
82
111
83
112
-----------------------------------
84
-
4. Getting table details of XSA TAP
113
+
5. Getting table details of XSA TAP
85
114
-----------------------------------
86
115
87
116
.. code-block:: python
@@ -104,7 +133,7 @@ stored in the file 'results10.csv'. The result of this query can be printed by d
104
133
This will show the available tables in XSA TAP service in the XMM-Newton Science Archive.
105
134
106
135
-------------------------------------
107
-
5. Getting columns details of XSA TAP
136
+
6. Getting columns details of XSA TAP
108
137
-------------------------------------
109
138
110
139
.. code-block:: python
@@ -123,7 +152,7 @@ This will show the available tables in XSA TAP service in the XMM-Newton Science
123
152
This will show the column details of the table 'v_all_observations' in XSA TAP service in the XMM-Newton Science Archive.
124
153
125
154
--------------------------------------------
126
-
6. Getting EPIC images from a given TAR file
155
+
7. Getting EPIC images from a given TAR file
127
156
--------------------------------------------
128
157
129
158
.. code-block:: python
@@ -139,7 +168,7 @@ This will show the column details of the table 'v_all_observations' in XSA TAP s
139
168
This will extract the European Photon Imaging Camera (EPIC) images within the specified TAR file, bands, and instruments. It will also return a dictionary containing the paths to the extracted files.
0 commit comments