Commit e4f98c32caed60c184bf9938a8e31297299b647b

Authored by Elena.Budnik
1 parent cf9a1bcd

new param flag tec

Showing 1 changed file with 31 additions and 0 deletions   Show diff stats
mex_marsis_tecflag.xml 0 → 100644
... ... @@ -0,0 +1,31 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mex_marsis_tecflag">
  3 + <info>
  4 + <status_def>
  5 + <status minVal="-1" maxVal="-1" name="no percentage of low SNR"/>
  6 + <status minVal="0" maxVal="0" name="no low SNR"/>
  7 + <status minVal="1" maxVal="1" name="less 25% low SNR"/>
  8 + <status minVal="2" maxVal="2" name="less 50% low SNR"/>
  9 + <status minVal="3" maxVal="3" name="less 75% low SNR"/>
  10 + <status minVal="4" maxVal="4" name="more 75% low SNR"/>
  11 + </status_def>
  12 + </info>
  13 +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
  14 + <get>
  15 + <vi name="mex:marsis:ele">
  16 + <baseParam name="FLAG"/>
  17 + </vi>
  18 + </get>
  19 + <process/>
  20 + <output>
  21 + <plot>
  22 + <statusPlot position="top" colorMapIndex="0">
  23 + <params>
  24 + <param id="mex_marsis_tecflag">
  25 + <serie/>
  26 + </param>
  27 + </params>
  28 + </statusPlot>
  29 + </plot>
  30 + </output>
  31 +</param>
... ...