Commit 84a0fc998c6dfda281ad321a0785ffa27d8a6512

Authored by Quentin Brzustowski
1 parent 71760aa0

parameters for MMS1 EDP DCE burst

PARAM_DEF/mms1_dce_gse_brst.xml 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mms1_dce_gse_brst">
  3 + <get><vi name="mms1:dce:brst">
  4 + <baseParam name="mms1_edp_dce_gse_brst_l2"/></vi></get>
  5 + <process/>
  6 + <output/>
  7 +</param>
... ...
PARAM_DEF/mms1_dce_gsm_brst.xml 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mms1_dce_gsm_brst">
  3 + <get><amdaParam name="mms1_dce_gse_brst"/></get>
  4 + <process>#framesTransformation($mms1_dce_gse_brst;GSE;GSM;false)</process>
  5 + <output/>
  6 +</param>
... ...
PARAM_DEF/mms1_dce_para_brst.xml 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mms1_dce_para_brst">
  3 + <get><vi name="mms1:dce:brst">
  4 + <baseParam name="mms1_edp_dce_par_epar_brst_l2"/></vi></get>
  5 + <process/>
  6 + <output/>
  7 +</param>
... ...
PARAM_DEF/mms1_dce_qual_brst.xml 0 → 100644
... ... @@ -0,0 +1,24 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mms1_dce_qual_brst">
  3 + <info>
  4 + <status_def>
  5 + <status minVal="0" maxVal="0" name="Bad"/>
  6 + <status minVal="1" maxVal="1" name="Satisfactory"/>
  7 + <status minVal="2" maxVal="2" name="Good"/>
  8 + <status minVal="3" maxVal="3" name="Exellent"/>
  9 + </status_def>
  10 + </info>
  11 + <get><vi name="mms1:dce:brst"><baseParam name="mms1_edp_quality_brst_l2"/></vi></get>
  12 + <process/>
  13 + <output>
  14 + <plot>
  15 + <statusPlot position="top" colorMapIndex="0">
  16 + <params>
  17 + <param id="mms1_dce_qual_brst">
  18 + <serie/>
  19 + </param>
  20 + </params>
  21 + </statusPlot>
  22 + </plot>
  23 + </output>
  24 +</param>
... ...