bepi_sixp_p.xml
1.49 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
<?xml version="1.0"?>
<param xml:id="bepi_sixp_p_##side##">
<info>
<name>proton flux - @@side@@</name>
<short_name>proton flux - @@side@@</short_name>
<table>
<centerAutoTable dim="0" name="Energy" centerName="ENERGY_P_##side##" units="MeV" log="true"/>
</table>
</info>
<get>
<vi name="bepi:sixs:cruise.l3">
<baseParam name="P">
<clb name="ENERGY_P"/>
</baseParam>
</vi>
</get>
<process description="Proton flux - Side ##side##">$bepi_sixs_cruise_46_l3_P[##side##]</process>
<output>
<plot>
<timePlot>
<params>
<param id="bepi_sixp_p_##side##">
<serie yAxis="y-left"/>
</param>
</params>
<axes>
<yAxis>
<digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
<range extend="true"/>
<tick position="outwards" minorGrid="false" majorGrid="false"/>
<legend/>
</digitalAxis>
</yAxis>
<zAxis>
<colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
<range extend="true"/>
<tick position="outwards" minorGrid="false" majorGrid="false"/>
</colorAxis>
</zAxis>
</axes>
</timePlot>
</plot>
</output>
</param>