Commit 80425547961915342783cad47970896e4ce4002d
Exists in
master
and in
110 other branches
Merge branch 'epntap-doc' into 'master'
Epntap doc See merge request !24
Showing
8 changed files
with
84 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,84 @@ |
1 | +<body> | |
2 | + | |
3 | +<h2>Working with epn-tap module</h2> | |
4 | + | |
5 | +<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> | |
6 | + | |
7 | +<h3>Opening epn-tap window</h3> | |
8 | + | |
9 | +<p>There are two ways to open the epn-tap window.</p> | |
10 | + | |
11 | +<h4>A. From the Interop module</h4> | |
12 | + | |
13 | +<p>Open the Interop module by clicking to its icon:</p> | |
14 | + | |
15 | +<img src="images/epntap_interop_icon.png"/> | |
16 | + | |
17 | +<p>Then select the epn-tap tab:</p> | |
18 | + | |
19 | +<img src="images/epntap_tab.png"/> | |
20 | + | |
21 | +<h4>B. From the AMDA tree</h4> | |
22 | + | |
23 | +<p>On the AMDA tree, right-click on a mission, then select "Display EPN-TAP services":</p> | |
24 | + | |
25 | +<img src="images/epntap_from_tree.png"/> | |
26 | + | |
27 | +<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> | |
28 | + | |
29 | +<h3>The filter panel</h3> | |
30 | + | |
31 | +<p>The top part of the epntap window is the services filter. It aims to display all services proposing some specific data.</p> | |
32 | + | |
33 | +<img src="images/epntap_filter.png"/> | |
34 | + | |
35 | +<p>On this on you can specify:</p> | |
36 | + | |
37 | +<ul> | |
38 | + <li>The target name (1), such as Earth, Titan, illu67P, etc. Some suggestions will appear if you start typing.</li> | |
39 | + <li>The product type (2), such as image, spectrum, catalog, etc. You can select several of them by holding Ctrl key.</li> | |
40 | + <li>The time interval (3). You can specifiy start and stop time, as well as duration.</li> | |
41 | +</ul> | |
42 | + | |
43 | +<p>When finished, clic on the "Get services" button to display all services proposing data corresponding to the filter</p> | |
44 | + | |
45 | +<h3>The services panel</h3> | |
46 | + | |
47 | +<p>The left panel displays all services proposing data corresponding to the filter.</p> | |
48 | + | |
49 | +<img src="images/epntap_services_panel.png"/> | |
50 | + | |
51 | +<p>You can see the number of results for each services and several other usefull informations about the serices on the tooltip.</p> | |
52 | + | |
53 | +<p>Clic on a service to display the results.</p> | |
54 | + | |
55 | +<h3>The granules panel</h3> | |
56 | + | |
57 | +<p>The granules corresponding to the filter and the selected service ar displayed in the main panel:</p> | |
58 | + | |
59 | +<img src="images/epntap_granules_panel.png"/> | |
60 | + | |
61 | +<p>By default, you may have:</p> | |
62 | + | |
63 | +<ul> | |
64 | + <li>data type;</li> | |
65 | + <li>time min and time max;</li> | |
66 | + <li>instrument name;</li> | |
67 | + <li>URL (click on the icon to open data in a new tab);</li> | |
68 | + <li>data file size;</li> | |
69 | + <li>processing level;</li> | |
70 | + <li>granule identifier;</li> | |
71 | + <li>observatory identifier;</li> | |
72 | + <li>data thumbnail, if any (a bigger image is available in the tooltip).</li> | |
73 | +</ul> | |
74 | + | |
75 | +<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> | |
76 | + | |
77 | +<img src="images/epntap_columns.png"/> | |
78 | + | |
79 | +<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">VO-Paris Confluence page</a>.</p> | |
80 | + | |
81 | +<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> | |
82 | + | |
83 | +<img src="images/epntap_sort.png"/> | |
84 | +</body> | |
0 | 85 | \ No newline at end of file |
... | ... |
33.2 KB
16.6 KB
77.4 KB
16.2 KB
35.8 KB
12.5 KB
10.3 KB