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,16 +2,15 @@ | ||
2 | <param xml:id="thb_ion_sp"> | 2 | <param xml:id="thb_ion_sp"> |
3 | <info> | 3 | <info> |
4 | <table> | 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 | </table> | 6 | </table> |
7 | </info> | 7 | </info> |
8 | <gap_threshold>8</gap_threshold> | 8 | <gap_threshold>8</gap_threshold> |
9 | <get> | 9 | <get> |
10 | <vi name="thb:esa:l2i"> | 10 | <vi name="thb:esa:l2i"> |
11 | - <baseParam name="Flux"> | ||
12 | - <clb name="Energy"/> | ||
13 | - </baseParam> | 11 | + <baseParam name="Flux"/> |
14 | </vi> | 12 | </vi> |
13 | + <amdaParam name='thb_ion_sp_energy'/> | ||
15 | </get> | 14 | </get> |
16 | <process/> | 15 | <process/> |
17 | <output> | 16 | <output> |
@@ -23,24 +22,24 @@ | @@ -23,24 +22,24 @@ | ||
23 | </param> | 22 | </param> |
24 | </params> | 23 | </params> |
25 | <axes> | 24 | <axes> |
26 | - <xAxis> | 25 | +<!-- <xAxis> |
27 | <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | 26 | <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> |
28 | <range extend="true"/> | 27 | <range extend="true"/> |
29 | <tick position="outwards" minorGrid="false" majorGrid="false"/> | 28 | <tick position="outwards" minorGrid="false" majorGrid="false"/> |
30 | <legend/> | 29 | <legend/> |
31 | </timeAxis> | 30 | </timeAxis> |
32 | - </xAxis> | 31 | + </xAxis>--> |
33 | <yAxis> | 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 | </digitalAxis> | 37 | </digitalAxis> |
39 | </yAxis> | 38 | </yAxis> |
40 | <zAxis> | 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 | </colorAxis> | 43 | </colorAxis> |
45 | </zAxis> | 44 | </zAxis> |
46 | </axes> | 45 | </axes> |