Commit dd7584377b9358340a06c3a722d22cf3ed298d33
1 parent
4100d5fe
Exists in
master
and in
7 other branches
new/modif params
Showing
9 changed files
with
138 additions
and
38 deletions
Show diff stats
PARAM_DEF/c1_hia_pad_angle.xml
PARAM_DEF/gtl_lep_espec.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="gtl_lep_espec"> |
3 | -<info> | |
4 | -<table> | |
5 | - <centerAutoTable dim="1" name="Energy" centerName="Energy_E" units="eV" log="true"/> | |
6 | - <centerTable dim="0" name="Direction" centerName="Sector_Angle" size="90" units="deg"/> | |
7 | - </table> | |
8 | -</info> | |
9 | -<get> | |
10 | - <vi name="gtl:lep:k0"> | |
11 | - <baseParam name="EA_E"> | |
12 | - <clb name="Energy_E"/> | |
13 | - <clb name="Sector_Angle"/> | |
14 | - </baseParam> | |
15 | - </vi> | |
16 | - </get> | |
17 | - <process/> | |
18 | - <output> | |
19 | - <!--<plot>SPECTRA</plot>--> | |
20 | - </output> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable dim="0" name="Direction" centerName="Sector_Angle" size="90" units="deg"/> | |
6 | + <centerAutoTable dim="1" name="Energy" centerName="Energy_E" units="eV" log="false"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="gtl:lep:k0"> | |
11 | + <baseParam name="EA_E"> | |
12 | + <clb name="Sector_Angle"/> | |
13 | + <clb name="Energy_E"/> | |
14 | + </baseParam> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <timePlot> | |
21 | + <params> | |
22 | + <param id="gtl_lep_espec"> | |
23 | + <spectro yAxis="y-left"/> | |
24 | + </param> | |
25 | + </params> | |
26 | + <axes> | |
27 | + <yAxis> | |
28 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
29 | + </yAxis> | |
30 | + <zAxis> | |
31 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
32 | + </zAxis> | |
33 | + </axes> | |
34 | + </timePlot> | |
35 | + </plot> | |
36 | + </output> | |
21 | 37 | </param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_lep_espec_energy"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable dim="0" name="Energy" centerName="Energy_E" units="eV" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:lep:k0"> | |
10 | + <baseParam name="EA_E"> | |
11 | + <clb name="Energy_E"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>total($gtl_lep_k0_EA_E,1)</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_lep_espec_energy"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
PARAM_DEF/mes_fips_scanprot.xml
... | ... | @@ -22,25 +22,11 @@ |
22 | 22 | </param> |
23 | 23 | </params> |
24 | 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 | 25 | <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> | |
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
38 | 27 | </yAxis> |
39 | 28 | <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> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
44 | 30 | </zAxis> |
45 | 31 | </axes> |
46 | 32 | </timePlot> | ... | ... |
PARAM_DEF/tha_n_peem.xml
PARAM_DEF/thb_n_peem.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="thb_n_peem"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="thb:peem:all"><baseParam name="Density"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="thb_n_peem"><get><vi name="thb:peem:all"><baseParam name="Density"/></vi></get><process/><output/></param> | ... | ... |
PARAM_INFO_PREDEFINED/info_c1_hia_pad.xml
... | ... | @@ -0,0 +1,31 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_lep_espec"> | |
3 | + <dimensions dim_1="4" dim_2="32"/> | |
4 | + <tables> | |
5 | + <table relatedDim="dim_1" name="Direction" units="deg"> | |
6 | + <channel min="-45.0" max="45.0"/> | |
7 | + <channel min="45.0" max="135.0"/> | |
8 | + <channel min="135.0" max="225.0"/> | |
9 | + <channel min="225.0" max="315.0"/> | |
10 | + </table> | |
11 | + <table relatedDim="dim_2" name="Energy" units="eV"> | |
12 | + <channel min="9.0" max="77.0"/><channel min="77.0" max="145.0"/> | |
13 | + <channel min="145.0" max="213.0"/><channel min="213.0" max="281.0"/> | |
14 | + <channel min="281.0" max="349.0"/> | |
15 | + <channel min="349.0" max="417.0"/><channel min="417.0" max="485.0"/> | |
16 | + <channel min="485.0" max="586.5"/><channel min="586.5" max="717.0"/> | |
17 | + <channel min="717.0" max="855.5"/><channel min="855.5" max="1021.0"/> | |
18 | + <channel min="1021.0" max="1218.5"/><channel min="1218.5" max="1454.0"/> | |
19 | + <channel min="1454.0" max="1735.0"/><channel min="1735.0" max="2070.5"/> | |
20 | + <channel min="2070.5" max="2470.5"/><channel min="2470.5" max="2948.0"/> | |
21 | + <channel min="2948.0" max="3518.0"/><channel min="3518.0" max="4198.0"/> | |
22 | + <channel min="4198.0" max="5010.0"/><channel min="5010.0" max="5979.0"/> | |
23 | + <channel min="5979.0" max="7135.5"/><channel min="7135.5" max="8515.5"/> | |
24 | + <channel min="8515.5" max="10163.0"/><channel min="10163.0" max="12130.0"/> | |
25 | + <channel min="12130.0" max="14475.0"/><channel min="14475.0" max="17275.0"/> | |
26 | + <channel min="17275.0" max="20620.0"/><channel min="20620.0" max="24610.0"/> | |
27 | + <channel min="24610.0" max="29375.0"/><channel min="29375.0" max="35060.0"/> | |
28 | + <channel min="35060.0" max="41240.0"/> | |
29 | + </table> | |
30 | + </tables> | |
31 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,25 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_lep_espec_energy"> | |
3 | + <dimensions dim_1="32"/> | |
4 | + <tables> | |
5 | + <table relatedDim="dim_1" name="Energy" units="eV"> | |
6 | + <channel min="9.0" max="77.0"/><channel min="77.0" max="145.0"/> | |
7 | + <channel min="145.0" max="213.0"/><channel min="213.0" max="281.0"/> | |
8 | + <channel min="281.0" max="349.0"/> | |
9 | + <channel min="349.0" max="417.0"/><channel min="417.0" max="485.0"/> | |
10 | + <channel min="485.0" max="586.5"/><channel min="586.5" max="717.0"/> | |
11 | + <channel min="717.0" max="855.5"/><channel min="855.5" max="1021.0"/> | |
12 | + <channel min="1021.0" max="1218.5"/><channel min="1218.5" max="1454.0"/> | |
13 | + <channel min="1454.0" max="1735.0"/><channel min="1735.0" max="2070.5"/> | |
14 | + <channel min="2070.5" max="2470.5"/><channel min="2470.5" max="2948.0"/> | |
15 | + <channel min="2948.0" max="3518.0"/><channel min="3518.0" max="4198.0"/> | |
16 | + <channel min="4198.0" max="5010.0"/><channel min="5010.0" max="5979.0"/> | |
17 | + <channel min="5979.0" max="7135.5"/><channel min="7135.5" max="8515.5"/> | |
18 | + <channel min="8515.5" max="10163.0"/><channel min="10163.0" max="12130.0"/> | |
19 | + <channel min="12130.0" max="14475.0"/><channel min="14475.0" max="17275.0"/> | |
20 | + <channel min="17275.0" max="20620.0"/><channel min="20620.0" max="24610.0"/> | |
21 | + <channel min="24610.0" max="29375.0"/><channel min="29375.0" max="35060.0"/> | |
22 | + <channel min="35060.0" max="41240.0"/> | |
23 | + </table> | |
24 | + </tables> | |
25 | +</paraminfo> | ... | ... |