Commit 6f0ffdd7286bfad82b5d630e4290a09bc29e010f
1 parent
2d92ba0e
Exists in
master
and in
7 other branches
aspera pho
Showing
9 changed files
with
325 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_el_perp"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:el"> | |
11 | + <baseParam name="perp"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_el_perp"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,37 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_el_sun"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:el"> | |
11 | + <baseParam name="sunward"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <timePlot> | |
21 | + <params> | |
22 | + <param id="pho_el_sun"> | |
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> | |
37 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_el_tail"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:el"> | |
11 | + <baseParam name="tailward"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_el_tail"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_h_perp"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:ion"> | |
11 | + <baseParam name="h_perp"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_h_perp"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_h_sun"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:ion"> | |
11 | + <baseParam name="h_sunward"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_h_sun"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_h_tail"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:ion"> | |
11 | + <baseParam name="h_tailward"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_h_tail"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_o_perp"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:ion"> | |
11 | + <baseParam name="o_perp"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_o_perp"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_o_sun"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:ion"> | |
11 | + <baseParam name="o_sunward"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_o_sun"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pho_o_tail"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" units="eV" centerName="Energy" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <gap_treshold>10</gap_treshold> | |
9 | + <get> | |
10 | + <vi name="pho:asp:ion"> | |
11 | + <baseParam name="o_tailward"> | |
12 | + <clb name="Energy"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pho_o_tail"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |