You need to sign in before continuing.
Commit 7d9945569503ada691592c3f7507221ba8848dde
1 parent
747dd551
Exists in
master
and in
7 other branches
GTL ICS profile
Showing
39 changed files
with
727 additions
and
29 deletions
Show diff stats
HELP_PREDEFINED/gtl-ics-high
... | ... | @@ -17,13 +17,6 @@ |
17 | 17 | </ul> |
18 | 18 | </div> |
19 | 19 | |
20 | - <h3>P2 (protons)</h3> | |
21 | - <p>open - 58.10-77.30 keV</p> | |
22 | - <h3>E3 (ions)</h3> | |
23 | - <p>open - 61.5-73.7 keV</p> | |
24 | - <h3>E4 (ions)</h3> | |
25 | - <p>open - 73.7-89.3 keV</p> | |
26 | - | |
27 | 20 | <h2>Sectors</h2> |
28 | 21 | <p>0<sup>o</sup>, 22.5<sup>o</sup>, 45<sup>o</sup>, 67.5<sup>o</sup>, 90<sup>o</sup>, 112.5<sup>o</sup>, 135<sup>o</sup>, |
29 | 22 | 157.5<sup>o</sup>, 180<sup>o</sup>, 202.5<sup>o</sup>, 225<sup>o</sup>, 247.5<sup>o</sup>, 270<sup>o</sup>, | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_e3high_av"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:ehigh"> | |
10 | + <baseParam name="FluxAve"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_ehigh_FluxAve[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_e3high_av"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_e3high_head1"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:ehigh"> | |
10 | + <baseParam name="Flux" dim3Num="0" dim3CutIndex="0"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_ehigh_Flux_CUT_0_0[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_e3high_head1"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_e3high_head2"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:ehigh"> | |
10 | + <baseParam name="Flux" dim3Num="0" dim3CutIndex="1"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_ehigh_Flux_CUT_0_1[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_e3high_head2"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_e4high_av"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:ehigh"> | |
10 | + <baseParam name="FluxAve"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_ehigh_FluxAve[1]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_e4high_av"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_e4high_head1"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:ehigh"> | |
10 | + <baseParam name="Flux" dim3Num="0" dim3CutIndex="1"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_ehigh_Flux_CUT_0_1[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_e4high_head1"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_e4high_head2"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:ehigh"> | |
10 | + <baseParam name="Flux" dim3Num="0" dim3CutIndex="1"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_ehigh_Flux_CUT_0_1[1]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_e4high_head2"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_ehigh_app1"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Foil"/> | |
6 | + <status minVal="1" maxVal="1" name="Open"/> | |
7 | + <status minVal="2" maxVal="2" name="Foil+Grid"/> | |
8 | + <status minVal="3" maxVal="10" name="Unknown"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="gtl:epic:ehigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_ehigh_Flag[0]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_ehigh_app1"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_ehigh_app2"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Foil"/> | |
6 | + <status minVal="1" maxVal="1" name="Open"/> | |
7 | + <status minVal="2" maxVal="2" name="Foil+Grid"/> | |
8 | + <status minVal="3" maxVal="10" name="Unknown"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="gtl:epic:ehigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_ehigh_Flag[1]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_ehigh_app2"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_phigh_app1"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Foil"/> | |
6 | + <status minVal="1" maxVal="1" name="Open"/> | |
7 | + <status minVal="2" maxVal="2" name="Foil+Grid"/> | |
8 | + <status minVal="3" maxVal="10" name="Unknown"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="gtl:epic:phigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_phigh_Flag[0]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_phigh_app1"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_phigh_app2"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Foil"/> | |
6 | + <status minVal="1" maxVal="1" name="Open"/> | |
7 | + <status minVal="2" maxVal="2" name="Foil+Grid"/> | |
8 | + <status minVal="3" maxVal="10" name="Unknown"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="gtl:epic:phigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_phigh_Flag[1]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_phigh_app2"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
PARAM_DEF/gtl_phigh_av.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="gtl_phigh_av"> |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name="gtl:epic:phigh"> | |
5 | - <baseParam name="FluxAve"/> | |
6 | - </vi> | |
9 | + <vi name="gtl:epic:phigh"> | |
10 | + <baseParam name="FluxAve"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
7 | 14 | </get> |
8 | 15 | <process/> |
9 | - <output/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_phigh_av"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
10 | 35 | </param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_phigh_head1"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:phigh"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_phigh_Flux[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_phigh_head1"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_phigh_head2"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="22.5" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gtl:epic:phigh"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_phigh_Flux[1]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_phigh_head2"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_e3high_av"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_e3high_head1"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_e3high_head2"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_e4high_av"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_e4high_head1"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_e4high_head2"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
PARAM_INFO_PREDEFINED/info_gtl_hehigh_head2.xml
PARAM_INFO_PREDEFINED/info_gtl_mhigh_head2.xml
PARAM_INFO_PREDEFINED/info_gtl_phigh_av.xml
... | ... | @@ -2,21 +2,21 @@ |
2 | 2 | <paraminfo id="gtl_phigh_av"> |
3 | 3 | <dimensions dim_1="16"/> |
4 | 4 | <components> |
5 | - <component index_1="0" name="tailward"/> | |
6 | - <component index_1="1" name="22.5<sup>o</sup>"/> | |
7 | - <component index_1="2" name="45<sup>o</sup>"/> | |
8 | - <component index_1="3" name="67.5<sup>o</sup>"/> | |
9 | - <component index_1="4" name="dawnward"/> | |
10 | - <component index_1="5" name="112.5<sup>o</sup>"/> | |
11 | - <component index_1="6" name="135<sup>o</sup>"/> | |
12 | - <component index_1="7" name="157.5<sup>o</sup>"/> | |
13 | - <component index_1="8" name="sunward"/> | |
14 | - <component index_1="9" name="202.5<sup>o</sup>"/> | |
15 | - <component index_1="10" name="225<sup>o</sup>"/> | |
16 | - <component index_1="11" name="247.5<sup>o</sup>"/> | |
17 | - <component index_1="12" name="duskward"/> | |
18 | - <component index_1="13" name="292.5<sup>o</sup>"/> | |
19 | - <component index_1="14" name="315<sup>o</sup>"/> | |
20 | - <component index_1="15" name="337.5<sup>o</sup>"/> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | 21 | </components> |
22 | 22 | </paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_phigh_head1"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="gtl_phigh_head2"> | |
3 | + <dimensions dim_1="16"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="-11.25°-11.25° : tailward"/> | |
6 | + <component index_1="1" name="11.25°-33.75°"/> | |
7 | + <component index_1="2" name="33.75°-56.25°"/> | |
8 | + <component index_1="3" name="56.25-78.75°"/> | |
9 | + <component index_1="4" name="78.75°-101.25° : dawnward"/> | |
10 | + <component index_1="5" name="101.25°-123.75°"/> | |
11 | + <component index_1="6" name="123.75°-146.25°"/> | |
12 | + <component index_1="7" name="146.25°-168.75°"/> | |
13 | + <component index_1="8" name="168.75°-191.25° : sunward"/> | |
14 | + <component index_1="9" name="191.25°-213.75°"/> | |
15 | + <component index_1="10" name="213.75°-236.25°"/> | |
16 | + <component index_1="11" name="236.25°-258.75°"/> | |
17 | + <component index_1="12" name="258.75°-281.25° : duskward"/> | |
18 | + <component index_1="13" name="281.25°-303.75°"/> | |
19 | + <component index_1="14" name="303.75°-326.25°"/> | |
20 | + <component index_1="15" name="326.25°-348.75°"/> | |
21 | + </components> | |
22 | +</paraminfo> | ... | ... |