EPNTAP
4.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<body>
<h2>Working with epn-tap module</h2>
<p>The epn-tap module aims to access remote databases compatibles with the epntap standard, such as APIS, BASECOM and many <a href="http://vespa.obspm.fr/planetary/data/epn/query/submit/all/?target_name=&granule_uid=&granule_gid=&obs_id=&measurement_type=&time_search_type_op=is_included_in&time_interval_type_op=between&time_min=&time_max=&time_center=&time_delta_value_op=&time_delta_unit_op=days&spatial_frame_type=&location_interval_op=intersection&location_values_op=between&c1min=&c1max=&c1center=&c1delta=&c2min=&c2max=&c2center=&c2delta=&c3min=&c3max=&c3center=&c3delta=&c1_resol_min=&c1_resol_max=&c1_resol_center=&c1_resol_delta=&c2_resol_min=&c2_resol_max=&c2_resol_center=&c2_resol_delta=&c3_resol_min=&c3_resol_max=&c3_resol_center=&c3_resol_delta=&spectral_interval_op=intersection&spectral_unit_op=hertz&spectral_range_min=&spectral_range_max=&spectral_resolution_min=&spectral_resolution_max=&spectral_sampling_step_min=&spectral_sampling_step_max=&time_exp_min_op=%3E%3D&time_exp_min=&time_exp_max_op=%3C%3D&time_exp_max=&time_sampling_step_min_op=%3E%3D&time_sampling_step_min=&time_sampling_step_max_op=%3C%3D&time_sampling_step_max=&phase_min_op=%3E%3D&phase_min=&phase_max_op=%3C%3D&phase_max=&incidence_min_op=%3E%3D&incidence_min=&incidence_max_op=%3C%3D&incidence_max=&emergence_min_op=%3E%3D&emergence_min=&emergence_max_op=%3C%3D&emergence_max=&instrument_host_name=&instrument_name=&species=&feature_name=">many other services</a>.</p>
<h3>Opening epn-tap window</h3>
<p>There are two ways to open the epn-tap window.</p>
<h4>A. From the Interop module</h4>
<p>Open the Interop module by clicking to its icon:</p>
<img src="help/images/epntap_interop_icon.png"/>
<p>Then select the epn-tap tab:</p>
<img src="help/images/epntap_tab.png"/>
<h4>B. From the AMDA tree</h4>
<p>On the AMDA tree, right-click on a mission, then select "Display EPN-TAP services":</p>
<img src="help/images/epntap_from_tree.png"/>
<p>This will open the epntap tab of the interop module, with some fields automatically filled according to the item selected in the AMDA tree.</p>
<h3>The filter panel</h3>
<p>The top part of the epntap window is the services filter. It aims to display all services proposing some specific data.</p>
<img src="help/images/epntap_filter.png"/>
<p>On this on you can specify:</p>
<ul>
<li>The target name (1), such as Earth, Titan, illu67P, etc. Some suggestions will appear if you start typing.</li>
<li>The product type (2), such as image, spectrum, catalog, etc. You can select several of them by holding Ctrl key.</li>
<li>The time interval (3). You can specifiy start and stop time, as well as duration.</li>
</ul>
<p>When finished, clic on the "Get services" button to display all services proposing data corresponding to the filter</p>
<h3>The services panel</h3>
<p>The left panel displays all services proposing data corresponding to the filter.</p>
<img src="help/images/epntap_services_panel.png"/>
<p>You can see the number of results for each services and several other usefull informations about the serices on the tooltip.</p>
<p>Clic on a service to display the results.</p>
<h3>The granules panel</h3>
<p>The granules corresponding to the filter and the selected service ar displayed in the main panel:</p>
<img src="help/images/epntap_granules_panel.png"/>
<p>By default, you may have:</p>
<ul>
<li>data type;</li>
<li>time min and time max;</li>
<li>instrument name;</li>
<li>URL (click on the icon to open data in a new tab);</li>
<li>data file size;</li>
<li>processing level;</li>
<li>granule identifier;</li>
<li>observatory identifier;</li>
<li>data thumbnail, if any (a bigger image is available in the tooltip).</li>
</ul>
<p>You can also display many other informations, by cliking on the little arrow of a column header (1), then selecting "Column" (2), and choosing one in the list (3):</p>
<img src="help/images/epntap_columns.png"/>
<p>For more information about available epntap parameters, you can checkout the dedicated <a href="https://voparis-confluence.obspm.fr/display/VES/EPN-TAP+V2.0+parameters" target="_blank">VO-Paris Confluence page</a>.</p>
<p>To finish, you can sort granules by a column of you choice, by cliking on the same arrow (1), then "Sort Ascending" or "Sort Descending" (2):</p>
<img src="help/images/epntap_sort.png"/>
</body>