Commit 13e232c92a24fb87d58bd0647df8fd540dcebe0c

Authored by Benjamin Renard
1 parent 2495588b
Exists in juice_jdc and in 1 other branch amdadev

Add Bepi MIA Earth flyby parameter

Showing 2 changed files with 45 additions and 0 deletions   Show diff stats
PARAM_DEF/mia_earth_let4m23.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mia_earth_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:e1let4m23">
  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_earth_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
... ... @@ -1610,6 +1610,16 @@
1610 1610 </argument>
1611 1611 </arguments>
1612 1612 </paramTemplate>
  1613 + <paramTemplate paramId="mia_earth_let4m23" fileName="mia_earth_let4m23_##sector##">
  1614 + <arguments>
  1615 + <argument key="sector" name="Sector" type="list" default="sector0">
  1616 + <item key="sector0" name="Sector 0"/>
  1617 + <item key="sector1" name="Sector 1"/>
  1618 + <item key="sector2" name="Sector 2"/>
  1619 + <item key="sector3" name="Sector 3"/>
  1620 + </argument>
  1621 + </arguments>
  1622 + </paramTemplate>
1613 1623 <paramTemplate paramId="maglib_mlt" fileName="maglib_mlt_##ORBIT##">
1614 1624 <arguments>
1615 1625 <argument key="ORBIT" name="Spacecraft" type="list" default="c1_xyz_gsm">
... ...