Commit 0e0014f55dacefee0a5d08a50f447faaadd11c3c

Authored by Benjamin Renard
1 parent 066d1342
Exists in juice_jdc and in 1 other branch amdadev

Add parameters for Bepi MSA Venus flyby #2

PARAM_DEF/msa_venus2_alpha.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="msa_venus2_alpha">
  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:msa:venus2">
  10 + <baseParam name="M2L_alpha">
  11 + <clb name="Energy"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="msa_venus2_alpha">
  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>
... ...
PARAM_DEF/msa_venus2_heavy.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="msa_venus2_heavy">
  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:msa:venus2">
  10 + <baseParam name="M3L_heavies">
  11 + <clb name="Energy"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="msa_venus2_heavy">
  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>
... ...
PARAM_DEF/msa_venus2_protons.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="msa_venus2_protons">
  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:msa:venus2">
  10 + <baseParam name="M1L_protons">
  11 + <clb name="Energy"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="msa_venus2_protons">
  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>
... ...
PARAM_DEF/msa_venus2_total.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="msa_venus2_total">
  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:msa:venus2">
  10 + <baseParam name="ML_total">
  11 + <clb name="Energy"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="msa_venus2_total">
  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>
... ...