Commit 066d1342f41814d12fa67e1f3cf3dc16396bcf52
1 parent
bf286939
Exists in
juice_jdc
and in
1 other branch
Add parameter for Bepi MIA Venus flyby #2
Showing
3 changed files
with
84 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mia_venus2_let4m23_##sector##"> | |
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:venus2"> | |
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_venus2_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> | |
... | ... |
... | ... | @@ -0,0 +1,42 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="mia_venus2_let4m23"> | |
3 | + <dimensions dim_1="16" dim_2="1"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="cnts[0]"/> | |
6 | + <component index_1="1" name="cnts[1]"/> | |
7 | + <component index_1="2" name="cnts[2]"/> | |
8 | + <component index_1="3" name="cnts[3]"/> | |
9 | + <component index_1="4" name="cnts[4]"/> | |
10 | + <component index_1="5" name="cnts[5]"/> | |
11 | + <component index_1="6" name="cnts[6]"/> | |
12 | + <component index_1="7" name="cnts[7]"/> | |
13 | + <component index_1="8" name="cnts[8]"/> | |
14 | + <component index_1="9" name="cnts[9]"/> | |
15 | + <component index_1="10" name="cnts[10]"/> | |
16 | + <component index_1="11" name="cnts[11]"/> | |
17 | + <component index_1="12" name="cnts[12]"/> | |
18 | + <component index_1="13" name="cnts[13]"/> | |
19 | + <component index_1="14" name="cnts[14]"/> | |
20 | + <component index_1="15" name="cnts[15]"/> | |
21 | + </components> | |
22 | + <tables> | |
23 | + <table relatedDim="dim_1" name="Energy" units="eV"> | |
24 | + <channel min="20436.547772" max="32491.637443"/> | |
25 | + <channel min="12854.152536" max="20436.547772"/> | |
26 | + <channel min="8084.988180" max="12854.152536"/> | |
27 | + <channel min="5085.285492" max="8084.988180"/> | |
28 | + <channel min="3198.536285" max="5085.285492"/> | |
29 | + <channel min="2011.811369" max="3198.536285"/> | |
30 | + <channel min="1265.386544" max="2011.811369"/> | |
31 | + <channel min="795.901371" max="1265.386544"/> | |
32 | + <channel min="500.604617" max="795.901371"/> | |
33 | + <channel min="314.869241" max="500.604617"/> | |
34 | + <channel min="198.046206" max="314.869241"/> | |
35 | + <channel min="124.567103" max="198.046206"/> | |
36 | + <channel min="78.350095" max="124.567103"/> | |
37 | + <channel min="49.280214" max="78.350095"/> | |
38 | + <channel min="30.996409" max="49.280214"/> | |
39 | + <channel min="19.496577" max="30.996409"/> | |
40 | + </table> | |
41 | + </tables> | |
42 | +</paraminfo> | |
... | ... |
ParamTemplateList.xml
... | ... | @@ -1610,6 +1610,13 @@ |
1610 | 1610 | </argument> |
1611 | 1611 | </arguments> |
1612 | 1612 | </paramTemplate> |
1613 | + <paramTemplate paramId="mia_venus2_let4m23" fileName="mia_venus2_let4m23_##sector##"> | |
1614 | + <arguments> | |
1615 | + <argument key="sector" name="Sector" type="list" default="sector0"> | |
1616 | + <item key="sector0" name="Sector 0"/> | |
1617 | + </argument> | |
1618 | + </arguments> | |
1619 | + </paramTemplate> | |
1613 | 1620 | <paramTemplate paramId="mia_earth_let4m23" fileName="mia_earth_let4m23_##sector##"> |
1614 | 1621 | <arguments> |
1615 | 1622 | <argument key="sector" name="Sector" type="list" default="sector0"> |
... | ... |