Commit e06fd03a44faa2796b08e31f1211485d3f63caeb
1 parent
2d07fd0e
Exists in
master
and in
7 other branches
correct themisb peif
Showing
2 changed files
with
22 additions
and
13 deletions
Show diff stats
PARAM_DEF/thb_ion_sp.xml
... | ... | @@ -2,16 +2,15 @@ |
2 | 2 | <param xml:id="thb_ion_sp"> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable name="energy" centerName="Energy" log="false" units="eV"/> | |
5 | + <centerAutoTable name="energy" centerName="thb_ion_sp_energy" log="false" units="eV"/> | |
6 | 6 | </table> |
7 | 7 | </info> |
8 | 8 | <gap_threshold>8</gap_threshold> |
9 | 9 | <get> |
10 | 10 | <vi name="thb:esa:l2i"> |
11 | - <baseParam name="Flux"> | |
12 | - <clb name="Energy"/> | |
13 | - </baseParam> | |
11 | + <baseParam name="Flux"/> | |
14 | 12 | </vi> |
13 | + <amdaParam name='thb_ion_sp_energy'/> | |
15 | 14 | </get> |
16 | 15 | <process/> |
17 | 16 | <output> |
... | ... | @@ -23,24 +22,24 @@ |
23 | 22 | </param> |
24 | 23 | </params> |
25 | 24 | <axes> |
26 | - <xAxis> | |
25 | +<!-- <xAxis> | |
27 | 26 | <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> |
28 | 27 | <range extend="true"/> |
29 | 28 | <tick position="outwards" minorGrid="false" majorGrid="false"/> |
30 | 29 | <legend/> |
31 | 30 | </timeAxis> |
32 | - </xAxis> | |
31 | + </xAxis>--> | |
33 | 32 | <yAxis> |
34 | - <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | - <range extend="true"/> | |
36 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | - <legend/> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic"> | |
34 | + <!--<range extend="true"/>--> | |
35 | + <!--<tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/>--> | |
38 | 37 | </digitalAxis> |
39 | 38 | </yAxis> |
40 | 39 | <zAxis> |
41 | - <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
42 | - <range extend="true"/> | |
43 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
40 | + <colorAxis colorMapIndex="1" scale="logarithmic"> | |
41 | + <!--<range extend="true"/>--> | |
42 | + <!--<tick position="outwards" minorGrid="false" majorGrid="false"/>--> | |
44 | 43 | </colorAxis> |
45 | 44 | </zAxis> |
46 | 45 | </axes> |
... | ... |