Commit 30b3b910d6c974924de69bda3d5dc19807388b28
1 parent
8e8c8178
Exists in
master
and in
7 other branches
maven static
Showing
2 changed files
with
7 additions
and
5 deletions
Show diff stats
PARAM_DEF/mav_sta_c6.xml
... | ... | @@ -2,14 +2,16 @@ |
2 | 2 | <param xml:id="mav_sta_c6"> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_c6_energy" log="false"/> | |
5 | + <centerAutoTable variable="true" name="Mass" units="AMU" centerName="mav_c6_mass_ave" log="false"/> | |
6 | + <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_c6_energy_ave" log="false"/> | |
6 | 7 | </table> |
7 | 8 | </info> |
8 | 9 | <get> |
9 | 10 | <vi name="mavpds:sta:c6"> |
10 | 11 | <baseParam name="eflux"/> |
11 | 12 | </vi> |
12 | - <amdaParam name="mav_c6_energy"/> | |
13 | + <amdaParam name="mav_c6_energy_ave"/> | |
14 | + <amdaParam name="mav_c6_mass_ave"/> | |
13 | 15 | </get> |
14 | 16 | <process/> |
15 | 17 | <output/> |
... | ... |
PARAM_INFO_PREDEFINED/info_mav_sta_c6.xml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <paraminfo id="mav_sta_c6"> |
3 | - <dimensions dim_1="32" dim_2="64"/> | |
3 | + <dimensions dim_1="64" dim_2="32"/> | |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" minValue="0.7" maxValue="30000" name="Energy" units="eV" variable="true"/> | |
6 | - <table relatedDim="dim_2" minValue="0.7" maxValue="98" name="Mass" units="AMU" variable="true"/> | |
5 | + <table relatedDim="dim_1" minValue="0.7" maxValue="98" name="Mass" units="AMU" variable="true"/> | |
6 | + <table relatedDim="dim_2" minValue="0.7" maxValue="30000" name="Energy" units="eV" variable="true"/> | |
7 | 7 | </tables> |
8 | 8 | </paraminfo> |
9 | 9 | |
10 | 10 | \ No newline at end of file |
... | ... |