Commit 6b3f1457585bc003fba16d94d2588ab2ae68f515
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
Showing
5 changed files
with
52 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,29 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mex_o2_qual"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Undefined"/> | |
6 | + <status minVal="0.001" maxVal="0.6" name="Poor"/> | |
7 | + <status minVal="0.6" maxVal="0.8" name="Satisfactory"/> | |
8 | + <status minVal="0.8" maxVal="0.9" name="Good"/> | |
9 | + <status minVal="0.9" maxVal="1.0" name="Exellent"/> | |
10 | + </status_def> | |
11 | + </info> | |
12 | + <get> | |
13 | + <vi name="mex:ima:param"> | |
14 | + <baseParam name="Quality_O2"/> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <statusPlot position="top" colorMapIndex="0"> | |
21 | + <params> | |
22 | + <param id="mex_o2_qual"> | |
23 | + <serie/> | |
24 | + </param> | |
25 | + </params> | |
26 | + </statusPlot> | |
27 | + </plot> | |
28 | + </output> | |
29 | +</param> | ... | ... |