Commit 9a622da8ecd82681bb0d8002bbe97c20bec5cdc9
1 parent
2450dfd9
Exists in
master
and in
7 other branches
maven euv flagc status
Showing
1 changed file
with
23 additions
and
1 deletions
Show diff stats
PARAM_DEF/mav_euv_flagc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mav_euv_flagc"> |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="good solar"/> | |
6 | + <status minVal="1" maxVal="1" name="occultation"/> | |
7 | + <status minVal="2" maxVal="2" name="no pointing info"/> | |
8 | + <status minVal="3" maxVal="3" name="Sun NOT fully in FOV"/> | |
9 | + <status minVal="4" maxVal="4" name="Sun NOT in FOV"/> | |
10 | + <status minVal="5" maxVal="5" name="windowed"/> | |
11 | + <status minVal="6" maxVal="6" name="eclipse"/> | |
12 | + <status minVal="7" maxVal="7" name="spare"/> | |
13 | + </status_def> | |
14 | + </info> | |
3 | 15 | <get> |
4 | 16 | <vi name="mvn:euv:clb"> |
5 | 17 | <baseParam name="flag"/> |
6 | 18 | </vi> |
7 | 19 | </get> |
8 | 20 | <process/> |
9 | - <output/> | |
21 | + <output> | |
22 | + <plot> | |
23 | + <statusPlot position="top" colorMapIndex="0"> | |
24 | + <params> | |
25 | + <param id="mav_euv_flagc"> | |
26 | + <serie/> | |
27 | + </param> | |
28 | + </params> | |
29 | + </statusPlot> | |
30 | + </plot> | |
31 | + </output> | |
10 | 32 | </param> |
... | ... |