Commit 614875797e3ade42e43bf0a7ff1542610a6e0feb
1 parent
1f518e91
Exists in
master
and in
7 other branches
Add parameter for Bepi MIA Venus flyby 1
Showing
2 changed files
with
45 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,35 @@ | @@ -0,0 +1,35 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mia_venus1_let4m23"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable dim="0" name="Energy" centerName="Energy" units="eV" log="true"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="bepi:mia:venus1"> | ||
10 | + <baseParam name="count_data_##sector##"> | ||
11 | + <clb name="Energy"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mia_venus1_let4m23_##sector##"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
27 | + </yAxis> | ||
28 | + <zAxis> | ||
29 | + <colorAxis scale="logarithmic"/> | ||
30 | + </zAxis> | ||
31 | + </axes> | ||
32 | + </timePlot> | ||
33 | + </plot> | ||
34 | + </output> | ||
35 | +</param> |
ParamTemplateList.xml
@@ -1520,4 +1520,14 @@ | @@ -1520,4 +1520,14 @@ | ||
1520 | </argument> | 1520 | </argument> |
1521 | </arguments> | 1521 | </arguments> |
1522 | </paramTemplate> | 1522 | </paramTemplate> |
1523 | + <paramTemplate paramId="mia_venus1_let4m23" fileName="mia_venus1_let4m23_##sector##"> | ||
1524 | + <arguments> | ||
1525 | + <argument key="sector" name="Sector" type="list" default="0"> | ||
1526 | + <item key="sector0" name="Sector 0"/> | ||
1527 | + <item key="sector1" name="Sector 1"/> | ||
1528 | + <item key="sector2" name="Sector 2"/> | ||
1529 | + <item key="sector3" name="Sector 3"/> | ||
1530 | + </argument> | ||
1531 | + </arguments> | ||
1532 | + </paramTemplate> | ||
1523 | </paramTemplateList> | 1533 | </paramTemplateList> |