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
This will download the ISO postcard for the observation '80001538' and it will stored in a PNG called
179
-
'postcard.png'. Then, we display the postcard inside the python interface.
173
+
The postcard downloaded in the example above
180
174
181
175
------------------------------------------
182
-
3. Getting ISO Tables Details through TAP
176
+
4. Getting ISO Tables Details through TAP
183
177
------------------------------------------
184
178
185
179
.. doctest-remote-data::
@@ -207,7 +201,7 @@ This will download the ISO postcard for the observation '80001538' and it will s
207
201
This will show the available tables in ISO TAP service in the ISO Data Archive.
208
202
209
203
-------------------------------------
210
-
4. Getting columns details of ISO TAP
204
+
5. Getting columns details of ISO TAP
211
205
-------------------------------------
212
206
213
207
.. doctest-remote-data::
@@ -231,9 +225,9 @@ This will show the column details of the table 'ida.observations' in ISO TAP ser
231
225
in the ISO Data Archive.
232
226
233
227
234
-
-------------------------------------
235
-
4. Working with ISO VO tables
236
-
-------------------------------------
228
+
-----------------------------
229
+
6. Working with ISO VO tables
230
+
-----------------------------
237
231
238
232
ISO provides Virtual Observatory compatible products and tables. Three different VO
239
233
compatible tables are provided:
@@ -298,9 +292,10 @@ Same can be done to discover images M31 images:
298
292
ISO CAM01 Image Target: M31_LW6 10.68375 41.26945 http://nida.esac.esa.int/nida-sl-tap/data?RETRIEVAL_TYPE=STANDALONE&obsno=583023050
299
293
ISO CAM01 Image Target: M31_LW3 10.68375 41.26945 http://nida.esac.esa.int/nida-sl-tap/data?RETRIEVAL_TYPE=STANDALONE&obsno=583027030
300
294
301
-
-------------------------------------
302
-
4. Working with ISO VO products
303
-
-------------------------------------
295
+
-------------------------------
296
+
7. Working with ISO VO products
297
+
-------------------------------
298
+
304
299
Either by invocation of the URL provided in every row of previous section or using the STANDALONE retrieval level, VO compatible products can be open using python astropy FITS module.
305
300
306
301
Images can be displayed by using the following code:
0 commit comments