From e4f98c32caed60c184bf9938a8e31297299b647b Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Fri, 23 Sep 2016 15:41:48 +0200 Subject: [PATCH] new param flag tec --- mex_marsis_tecflag.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+), 0 deletions(-) create mode 100644 mex_marsis_tecflag.xml diff --git a/mex_marsis_tecflag.xml b/mex_marsis_tecflag.xml new file mode 100644 index 0000000..c3548a6 --- /dev/null +++ b/mex_marsis_tecflag.xml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<param xml:id="mex_marsis_tecflag"> + <info> + <status_def> + <status minVal="-1" maxVal="-1" name="no percentage of low SNR"/> + <status minVal="0" maxVal="0" name="no low SNR"/> + <status minVal="1" maxVal="1" name="less 25% low SNR"/> + <status minVal="2" maxVal="2" name="less 50% low SNR"/> + <status minVal="3" maxVal="3" name="less 75% low SNR"/> + <status minVal="4" maxVal="4" name="more 75% low SNR"/> + </status_def> + </info> +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> + <get> + <vi name="mex:marsis:ele"> + <baseParam name="FLAG"/> + </vi> + </get> + <process/> + <output> + <plot> + <statusPlot position="top" colorMapIndex="0"> + <params> + <param id="mex_marsis_tecflag"> + <serie/> + </param> + </params> + </statusPlot> + </plot> + </output> +</param> -- libgit2 0.21.2