Commit 1eea0cf7bdd1bc15ea4f82307e24eb1b5a9e763f

Authored by Elena.Budnik
1 parent 62ca7624

solo b cdag group

PARAM_DEF/solo_b_sfr_cdag.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='solo_b_sfr_cdag'>
  3 + <get>
  4 + <vi name='solo:mag:hr.cdag'>
  5 + <baseParam name='B_SRF'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/solo_b_srf_qf_cdag.xml 0 → 100644
... ... @@ -0,0 +1,30 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='solo_b_srf_qf_cdag'>
  3 + <info>
  4 + <status_def>
  5 + <status minVal="0" maxVal="0" name="Bad"/>
  6 + <status minVal="1" maxVal="1" name="Known problems"/>
  7 + <status minVal="2" maxVal="2" name="Survey"/>
  8 + <status minVal="3" maxVal="3" name="Good"/>
  9 + <status minVal="4" maxVal="4" name="Exellent"/>
  10 + </status_def>
  11 + </info>
  12 + <get>
  13 + <vi name='solo:mag:hr.cdag'>
  14 + <baseParam name='QUALITY_FLAG' useNearestValue="true"/>
  15 + </vi>
  16 + </get>
  17 + <process/>
  18 + <output>
  19 + <plot>
  20 + <statusPlot position="top" colorMapIndex="0">
  21 + <params>
  22 + <param id="solo_b_srf_qf_cdag">
  23 + <serie/>
  24 + </param>
  25 + </params>
  26 + </statusPlot>
  27 + </plot>
  28 + </output>
  29 + </param>
  30 +
... ...