Commit 1685873a734074e5a55fca28ba42df611be247a8
1 parent
57fcfc73
Exists in
master
and in
7 other branches
quality flag epd step
Showing
1 changed file
with
30 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,30 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_step_qf'> | |
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='so:step:rates'> | |
14 | + <baseParam name='QUALITY_FLAG'/> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <statusPlot position="top" colorMapIndex="0"> | |
21 | + <params> | |
22 | + <param id="solo_step_qf"> | |
23 | + <serie/> | |
24 | + </param> | |
25 | + </params> | |
26 | + </statusPlot> | |
27 | + </plot> | |
28 | + </output> | |
29 | + </param> | |
30 | + | ... | ... |