Commit 288af7bdcc3260158cacc8c13f0d51702e01707e
1 parent
544b8895
Exists in
master
and in
7 other branches
maven sep spec params
Showing
10 changed files
with
470 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,19 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sep1_att"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Error"/> | |
6 | + <status minVal="1" maxVal="1" name="Open"/> | |
7 | + <status minVal="2" maxVal="2" name="Closed"/> | |
8 | + <status minVal="3" maxVal="3" name="Mixed"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> | |
12 | + <get> | |
13 | + <vi name="mvn:sep1:clb"> | |
14 | + <baseParam name="attenuator_state"/> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output/> | |
19 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep1_fe"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_f_elec" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep1:clb"> | |
10 | + <baseParam name="f_elec_flux"> | |
11 | + <clb name="energy_f_elec"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep1_fe"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep1_fi"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_f_ion" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep1:clb"> | |
10 | + <baseParam name="f_ion_flux"> | |
11 | + <clb name="energy_f_ion"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep1_fi"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep1_re"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_r_elec" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep1:clb"> | |
10 | + <baseParam name="r_elec_flux"> | |
11 | + <clb name="energy_r_elec"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep1_re"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep1_ri"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_r_ion" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep1:clb"> | |
10 | + <baseParam name="r_ion_flux"> | |
11 | + <clb name="energy_r_ion"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep1_ri"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,19 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sep2_att"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Error"/> | |
6 | + <status minVal="1" maxVal="1" name="Open"/> | |
7 | + <status minVal="2" maxVal="2" name="Closed"/> | |
8 | + <status minVal="3" maxVal="3" name="Mixed"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> | |
12 | + <get> | |
13 | + <vi name="mvn:sep2:clb"> | |
14 | + <baseParam name="attenuator_state"/> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output/> | |
19 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep2_fe"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_f_elec" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep2:clb"> | |
10 | + <baseParam name="f_elec_flux"> | |
11 | + <clb name="energy_f_elec"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep2_fe"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep2_fi"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_f_ion" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep2:clb"> | |
10 | + <baseParam name="f_ion_flux"> | |
11 | + <clb name="energy_f_ion"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep2_fi"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep2_re"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_r_elec" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep2:clb"> | |
10 | + <baseParam name="r_elec_flux"> | |
11 | + <clb name="energy_r_elec"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep2_re"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sep2_ri"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="energy" centerName="energy_r_ion" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="mvn:sep2:clb"> | |
10 | + <baseParam name="r_ion_flux"> | |
11 | + <clb name="energy_r_ion"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="mav_sep2_ri"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + <yAxis> | |
33 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + <legend/> | |
37 | + </digitalAxis> | |
38 | + <!--<digitalAxis id="y-right" position="right" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
39 | + <range extend="true"/> | |
40 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
41 | + <legend/> | |
42 | + </digitalAxis>--> | |
43 | + </yAxis> | |
44 | + <zAxis> | |
45 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
46 | + <range extend="true"/> | |
47 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
48 | + </colorAxis> | |
49 | + </zAxis> | |
50 | + </axes> | |
51 | + </timePlot> | |
52 | + </plot> | |
53 | + </output> | |
54 | +</param> | ... | ... |