Commit ce811b6ac59ce9fd403d77604f44ad79872ee396
1 parent
6a00edd7
Exists in
master
and in
7 other branches
corrections and parameters for mms3 and mms4 desmoms
Showing
43 changed files
with
627 additions
and
3 deletions
Show diff stats
PARAM_DEF/mms1_brst_des_pahigh.xml
@@ -22,6 +22,9 @@ | @@ -22,6 +22,9 @@ | ||
22 | </param> | 22 | </param> |
23 | </params> | 23 | </params> |
24 | <axes> | 24 | <axes> |
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="linear"/> | ||
27 | + </yAxis> | ||
25 | <zAxis> | 28 | <zAxis> |
26 | <colorAxis colorMapIndex="1" scale="logarithmic"/> | 29 | <colorAxis colorMapIndex="1" scale="logarithmic"/> |
27 | </zAxis> | 30 | </zAxis> |
PARAM_DEF/mms1_brst_des_palow.xml
@@ -22,6 +22,9 @@ | @@ -22,6 +22,9 @@ | ||
22 | </param> | 22 | </param> |
23 | </params> | 23 | </params> |
24 | <axes> | 24 | <axes> |
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="linear"/> | ||
27 | + </yAxis> | ||
25 | <zAxis> | 28 | <zAxis> |
26 | <colorAxis colorMapIndex="1" scale="logarithmic"/> | 29 | <colorAxis colorMapIndex="1" scale="logarithmic"/> |
27 | </zAxis> | 30 | </zAxis> |
PARAM_DEF/mms1_brst_des_pamid.xml
@@ -22,6 +22,9 @@ | @@ -22,6 +22,9 @@ | ||
22 | </param> | 22 | </param> |
23 | </params> | 23 | </params> |
24 | <axes> | 24 | <axes> |
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="linear"/> | ||
27 | + </yAxis> | ||
25 | <zAxis> | 28 | <zAxis> |
26 | <colorAxis colorMapIndex="1" scale="logarithmic"/> | 29 | <colorAxis colorMapIndex="1" scale="logarithmic"/> |
27 | </zAxis> | 30 | </zAxis> |
PARAM_DEF/mms1_brst_desm_spom.xml
@@ -5,7 +5,8 @@ | @@ -5,7 +5,8 @@ | ||
5 | <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms1_brst_des_energy" log="false"/> | 5 | <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms1_brst_des_energy" log="false"/> |
6 | </table> | 6 | </table> |
7 | </info> | 7 | </info> |
8 | - <get><vi name="mms1:fpi:brst:desm"><baseParam name="mms1_des_energyspectr_omni_brst"/></vi> | 8 | + <get><vi name="mms1:fpi:brst:desm"> |
9 | + <baseParam name="mms1_des_energyspectr_omni_brst"/></vi> | ||
9 | <amdaParam name="mms1_brst_des_energy"/> | 10 | <amdaParam name="mms1_brst_des_energy"/> |
10 | </get> | 11 | </get> |
11 | <process/> | 12 | <process/> |
@@ -19,7 +20,7 @@ | @@ -19,7 +20,7 @@ | ||
19 | </params> | 20 | </params> |
20 | <axes> | 21 | <axes> |
21 | <yAxis> | 22 | <yAxis> |
22 | - <digitalAxis id="y-left" scale="logarithmic"/> | 23 | + <digitalAxis id="y-left" scale="logarithmic" showLegend="true"/> |
23 | </yAxis> | 24 | </yAxis> |
24 | <zAxis> | 25 | <zAxis> |
25 | <colorAxis colorMapIndex="1" scale="logarithmic"/> | 26 | <colorAxis colorMapIndex="1" scale="logarithmic"/> |
PARAM_DEF/mms2_brst_des_para.xml
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <param xml:id="mms2_brst_des_para"> | 2 | <param xml:id="mms2_brst_des_para"> |
3 | <info> | 3 | <info> |
4 | <table> | 4 | <table> |
5 | - <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms1_brst_des_energy" log="false"/> | 5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms2_brst_des_energy" log="false"/> |
6 | </table> | 6 | </table> |
7 | </info> | 7 | </info> |
8 | <get><vi name="mms2:fpi:brst:desm"> | 8 | <get><vi name="mms2:fpi:brst:desm"> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_des_anti"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms3_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms3:fpi:brst:desm"> | ||
9 | + <baseParam name="mms3_des_energyspectr_anti_brst"/></vi> | ||
10 | + <amdaParam name="mms3_brst_des_energy"/> | ||
11 | + </get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="mms3_brst_des_anti"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_des_pahigh"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerTable name="PA" centerName="PitchAngles" size="6" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="mms3:fpi:brst:desm"> | ||
10 | + <baseParam name="mms3_des_pitchangdist_highen_brst"> | ||
11 | + <clb name="PitchAngles"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mms3_brst_des_pahigh"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_des_palow"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerTable name="PA" centerName="PitchAngles" size="6" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="mms3:fpi:brst:desm"> | ||
10 | + <baseParam name="mms3_des_pitchangdist_lowen_brst"> | ||
11 | + <clb name="PitchAngles"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mms3_brst_des_palow"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_des_pamid"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerTable name="PA" centerName="PitchAngles" size="6" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="mms3:fpi:brst:desm"> | ||
10 | + <baseParam name="mms3_des_pitchangdist_miden_brst"> | ||
11 | + <clb name="PitchAngles"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mms3_brst_des_pamid"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_des_para"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms3_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms3:fpi:brst:desm"> | ||
9 | + <baseParam name="mms3_des_energyspectr_par_brst"/></vi> | ||
10 | + <amdaParam name="mms3_brst_des_energy"/> | ||
11 | + </get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="mms3_brst_des_para"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_des_perp"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms3_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms3:fpi:brst:desm"> | ||
9 | + <baseParam name="mms3_des_energyspectr_perp_brst"/></vi> | ||
10 | + <amdaParam name="mms3_brst_des_energy"/> | ||
11 | + </get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="mms3_brst_des_perp"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,31 @@ | @@ -0,0 +1,31 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_brst_desm_spom"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms3_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms3:fpi:brst:desm"><baseParam name="mms3_des_energyspectr_omni_brst"/></vi> | ||
9 | + <amdaParam name="mms3_brst_des_energy"/> | ||
10 | + </get> | ||
11 | + <process/> | ||
12 | + <output> | ||
13 | + <plot> | ||
14 | + <timePlot> | ||
15 | + <params> | ||
16 | + <param id="mms3_brst_desm_spom"> | ||
17 | + <spectro yAxis="y-left"/> | ||
18 | + </param> | ||
19 | + </params> | ||
20 | + <axes> | ||
21 | + <yAxis> | ||
22 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
23 | + </yAxis> | ||
24 | + <zAxis> | ||
25 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
26 | + </zAxis> | ||
27 | + </axes> | ||
28 | + </timePlot> | ||
29 | + </plot> | ||
30 | + </output> | ||
31 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_des_anti"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms4_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms4:fpi:brst:desm"> | ||
9 | + <baseParam name="mms4_des_energyspectr_anti_brst"/></vi> | ||
10 | + <amdaParam name="mms4_brst_des_energy"/> | ||
11 | + </get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="mms4_brst_des_anti"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_des_pahigh"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerTable name="PA" centerName="PitchAngles" size="6" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="mms4:fpi:brst:desm"> | ||
10 | + <baseParam name="mms4_des_pitchangdist_highen_brst"> | ||
11 | + <clb name="PitchAngles"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mms4_brst_des_pahigh"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_des_palow"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerTable name="PA" centerName="PitchAngles" size="6" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="mms4:fpi:brst:desm"> | ||
10 | + <baseParam name="mms4_des_pitchangdist_lowen_brst"> | ||
11 | + <clb name="PitchAngles"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mms4_brst_des_palow"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_des_pamid"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerTable name="PA" centerName="PitchAngles" size="6" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="mms4:fpi:brst:desm"> | ||
10 | + <baseParam name="mms4_des_pitchangdist_miden_brst"> | ||
11 | + <clb name="PitchAngles"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="mms4_brst_des_pamid"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_des_para"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms4_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms4:fpi:brst:desm"> | ||
9 | + <baseParam name="mms4_des_energyspectr_par_brst"/></vi> | ||
10 | + <amdaParam name="mms4_brst_des_energy"/> | ||
11 | + </get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="mms4_brst_des_para"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_des_perp"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms4_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms4:fpi:brst:desm"> | ||
9 | + <baseParam name="mms4_des_energyspectr_perp_brst"/></vi> | ||
10 | + <amdaParam name="mms4_brst_des_energy"/> | ||
11 | + </get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="mms4_brst_des_perp"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,31 @@ | @@ -0,0 +1,31 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_brst_desm_spom"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" units="eV" centerName="mms4_brst_des_energy" log="false"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get><vi name="mms4:fpi:brst:desm"><baseParam name="mms4_des_energyspectr_omni_brst"/></vi> | ||
9 | + <amdaParam name="mms4_brst_des_energy"/> | ||
10 | + </get> | ||
11 | + <process/> | ||
12 | + <output> | ||
13 | + <plot> | ||
14 | + <timePlot> | ||
15 | + <params> | ||
16 | + <param id="mms4_brst_desm_spom"> | ||
17 | + <spectro yAxis="y-left"/> | ||
18 | + </param> | ||
19 | + </params> | ||
20 | + <axes> | ||
21 | + <yAxis> | ||
22 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
23 | + </yAxis> | ||
24 | + <zAxis> | ||
25 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
26 | + </zAxis> | ||
27 | + </axes> | ||
28 | + </timePlot> | ||
29 | + </plot> | ||
30 | + </output> | ||
31 | +</param> |