diff --git a/PARAM_DEF/mav_euv_flagc.xml b/PARAM_DEF/mav_euv_flagc.xml index 2cb1b5e..ebb8ac5 100644 --- a/PARAM_DEF/mav_euv_flagc.xml +++ b/PARAM_DEF/mav_euv_flagc.xml @@ -1,10 +1,32 @@ <?xml version="1.0"?> <param xml:id="mav_euv_flagc"> + <info> + <status_def> + <status minVal="0" maxVal="0" name="good solar"/> + <status minVal="1" maxVal="1" name="occultation"/> + <status minVal="2" maxVal="2" name="no pointing info"/> + <status minVal="3" maxVal="3" name="Sun NOT fully in FOV"/> + <status minVal="4" maxVal="4" name="Sun NOT in FOV"/> + <status minVal="5" maxVal="5" name="windowed"/> + <status minVal="6" maxVal="6" name="eclipse"/> + <status minVal="7" maxVal="7" name="spare"/> + </status_def> + </info> <get> <vi name="mvn:euv:clb"> <baseParam name="flag"/> </vi> </get> <process/> - <output/> + <output> + <plot> + <statusPlot position="top" colorMapIndex="0"> + <params> + <param id="mav_euv_flagc"> + <serie/> + </param> + </params> + </statusPlot> + </plot> + </output> </param> -- libgit2 0.21.2