Commit 2c371288d8c292da0cc12220cf35781e768c7195
1 parent
7e9c7988
Exists in
master
and in
7 other branches
default plot for eas spectra
Showing
10 changed files
with
320 additions
and
10 deletions
Show diff stats
PARAM_DEF/tha_el_sp.xml
... | ... | @@ -14,6 +14,36 @@ |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | 16 | <output> |
17 | - <!-- <plot>SPECTRA</plot>--> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="tha_el_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
18 | 48 | </output> |
19 | 49 | </param> | ... | ... |
PARAM_DEF/tha_ion_sp.xml
... | ... | @@ -13,5 +13,37 @@ |
13 | 13 | </vi> |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | - <output><!--<plot>SPECTRA</plot>--></output> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="tha_ion_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
48 | + </output> | |
17 | 49 | </param> | ... | ... |
PARAM_DEF/thb_el_sp.xml
... | ... | @@ -14,6 +14,36 @@ |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | 16 | <output> |
17 | - <!-- <plot>SPECTRA</plot>--> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="thb_el_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
18 | 48 | </output> |
19 | 49 | </param> | ... | ... |
PARAM_DEF/thb_ion_sp.xml
... | ... | @@ -13,5 +13,37 @@ |
13 | 13 | </vi> |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | - <output><!--<plot>SPECTRA</plot>--></output> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="thb_ion_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
48 | + </output> | |
17 | 49 | </param> | ... | ... |
PARAM_DEF/thc_el_sp.xml
... | ... | @@ -14,6 +14,36 @@ |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | 16 | <output> |
17 | - <!-- <plot>SPECTRA</plot>--> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="thc_el_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
18 | 48 | </output> |
19 | 49 | </param> | ... | ... |
PARAM_DEF/thc_ion_sp.xml
... | ... | @@ -13,5 +13,37 @@ |
13 | 13 | </vi> |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | - <output><!--<plot>SPECTRA</plot>--></output> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="thc_ion_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
48 | + </output> | |
17 | 49 | </param> | ... | ... |
PARAM_DEF/thd_el_sp.xml
... | ... | @@ -14,6 +14,36 @@ |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | 16 | <output> |
17 | - <!-- <plot>SPECTRA</plot>--> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="thd_el_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
18 | 48 | </output> |
19 | 49 | </param> | ... | ... |
PARAM_DEF/thd_ion_sp.xml
... | ... | @@ -13,5 +13,37 @@ |
13 | 13 | </vi> |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | - <output><!--<plot>SPECTRA</plot>--></output> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="thd_ion_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
48 | + </output> | |
17 | 49 | </param> | ... | ... |
PARAM_DEF/the_el_sp.xml
... | ... | @@ -14,6 +14,36 @@ |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | 16 | <output> |
17 | - <!-- <plot>SPECTRA</plot>--> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="the_el_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
18 | 48 | </output> |
19 | 49 | </param> | ... | ... |
PARAM_DEF/the_ion_sp.xml
... | ... | @@ -13,5 +13,37 @@ |
13 | 13 | </vi> |
14 | 14 | </get> |
15 | 15 | <process/> |
16 | - <output><!--<plot>SPECTRA</plot>--></output> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="the_ion_sp"> | |
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 | + </yAxis> | |
39 | + <zAxis> | |
40 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
41 | + <range extend="true"/> | |
42 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
43 | + </colorAxis> | |
44 | + </zAxis> | |
45 | + </axes> | |
46 | + </timePlot> | |
47 | + </plot> | |
48 | + </output> | |
17 | 49 | </param> | ... | ... |