Commit bc01a53f2429b521656d6d62ebbafab7da4acdc8

Authored by Quentin Brzustowski
1 parent db851cb9

parameters for Bepi MEA1 pap

INTERNAL_PARAM_DEF/bepi_mea1_papenergy.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_mea1_papenergy">
  3 + <get>
  4 + <vi name="bepi:mea1:pap">
  5 + <baseParam name="energy"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/bepi_mea1_pap.xml 0 โ†’ 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_mea1_pap">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable name="Energy" dim="0" variable="true" fullVariable="true" centerName="bepi_mea1_papenergy" units="eV" log="false"/>
  6 + <centerTable name="Channels" dim="1" centerName="Channels" units=""/>
  7 + </table>
  8 + </info>
  9 + <get>
  10 + <vi name="bepi:mea1:pap">
  11 + <baseParam name="pap"/>
  12 + <clb name="Channels"/>
  13 + </vi>
  14 + <amdaParam name="bepi_mea1_papenergy">
  15 + </get>
  16 + <process/>
  17 + <output>
  18 + <plot>
  19 + <timePlot>
  20 + <params>
  21 + <param id="bepi_mea1_pap">
  22 + <spectro yAxis="y-left"/>
  23 + </param>
  24 + </params>
  25 + <axes>
  26 + <yAxis>
  27 + <digitalAxis id="y-left" scale="logarithmic" />
  28 + </yAxis>
  29 + <zAxis>
  30 + <colorAxis colorMapIndex="1" scale="logarithmic"/>
  31 + </zAxis>
  32 + </axes>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...
PARAM_DEF/bepi_mea1_papgf.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_mea1_papgf">
  3 + <get>
  4 + <vi name="bepi:mea1:pap">
  5 + <baseParam name="geom_factor" useNearestValue="true"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...