Commit 09dab472dd1c4bdcc1d8d4968fd06d6a90cd1782
1 parent
d6a6a3e7
Exists in
master
and in
7 other branches
mms dis energy table
Showing
2 changed files
with
23 additions
and
3 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms1_dis_energy"> | |
3 | + <get> | |
4 | + <vi name="mms1:fpi:dismoms"> | |
5 | + <baseParam name="mms1_dis_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms1_fpi_dismoms;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | |
... | ... |
PARAM_DEF/mms1_dis_omni.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mms1_dis_omni"> |
3 | - <get><vi name="mms1:fpi:dismoms"><baseParam name="mms1_dis_energyspectr_omni_fast"/></vi></get> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable variable="true" name="Energy" units="eV" centerName="mms1_dis_energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mms1:fpi:dismoms"><baseParam name="mms1_dis_energyspectr_omni_fast"/></vi> | |
10 | + <amdaParam name="mms1_dis_energy"/> | |
11 | + </get> | |
4 | 12 | <process/> |
5 | 13 | <output> |
6 | 14 | <plot> |
... | ... | @@ -11,9 +19,9 @@ |
11 | 19 | </param> |
12 | 20 | </params> |
13 | 21 | <axes> |
14 | - <!--<yAxis> | |
22 | + <yAxis> | |
15 | 23 | <digitalAxis id="y-left" scale="logarithmic"/> |
16 | - </yAxis> --> | |
24 | + </yAxis> | |
17 | 25 | <zAxis> |
18 | 26 | <colorAxis colorMapIndex="1" scale="logarithmic"/> |
19 | 27 | </zAxis> |
... | ... |