Commit 747dd551eecd1035a01a3b74ba44bdb0780f73c5
1 parent
87fa903a
Exists in
master
and in
7 other branches
GTL EPIC ICS
Showing
28 changed files
with
527 additions
and
54 deletions
Show diff stats
HELP_PREDEFINED/gtl-ics-high
1 | -<h1>EPIC ICS : high resolution channels : averaged over two heads</h1> | |
1 | +<h1>EPIC ICS : high resolution channels</h1> | |
2 | + | |
3 | +<h2>Parameters</h2> | |
4 | +<ul> | |
5 | +<li> <i>flux ave</i> : averaged over two heads ("open" flux only) | |
6 | +<li> <i>flux ave : omni</i> : averaged over two heads and all sectors ("open" flux only) | |
7 | +<li> <i>flux ave : "ward"</i> : averaged over two heads and 3 corresponding sectors ("open" flux only) | |
8 | +<li> <i>flux : head</i> | |
9 | +<li> <i>apperture flag : head</i> | |
10 | +</ul> | |
2 | 11 | <h2>Averaging over two heads : procedure</h2> |
3 | 12 | <div> |
4 | 13 | <ul> |
... | ... | @@ -6,21 +15,15 @@ |
6 | 15 | <li>if both heads are closed ( foil or foil + grid : flag =0[2] ) - average ('FluxAveFoil')</li> |
7 | 16 | <li>if one of the heads is open[closed] - it is put into 'FluxAve'['FluxAveFoil']</li> |
8 | 17 | </ul> |
9 | - <p>For the moment only 'open' flux is impemented in AMDA</p> | |
10 | 18 | </div> |
11 | -<h2>Energy range</h2> | |
12 | -<div> | |
19 | + | |
13 | 20 | <h3>P2 (protons)</h3> |
14 | 21 | <p>open - 58.10-77.30 keV</p> |
15 | - <h3>M2 (CNO)</h3> | |
16 | - <p>open - 186.50-221.40 keV</p> | |
17 | - <h3>HE2 (helium)</h3> | |
18 | - <p>open - 70.0-95.8 keV</p> | |
19 | 22 | <h3>E3 (ions)</h3> |
20 | 23 | <p>open - 61.5-73.7 keV</p> |
21 | 24 | <h3>E4 (ions)</h3> |
22 | 25 | <p>open - 73.7-89.3 keV</p> |
23 | -</div> | |
26 | + | |
24 | 27 | <h2>Sectors</h2> |
25 | 28 | <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>, |
26 | 29 | 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>, |
... | ... |
PARAM_DEF/gtl_edhigh_av.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="gtl_edhigh_av"> |
3 | - <info> | |
4 | - <table> | |
5 | - <centerTable name="sector" centerName="sector" size="45" units="deg"/> | |
6 | - </table> | |
7 | - </info> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="45" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
8 | 8 | <get> |
9 | 9 | <vi name="gtl:epic:ed"> |
10 | 10 | <baseParam name="Flux"> |
... | ... |
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gtl_hehigh_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:hehigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_hehigh_Flag[0]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_hehigh_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_hehigh_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:hehigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_hehigh_Flag[1]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_hehigh_app2"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | |
... | ... |
PARAM_DEF/gtl_hehigh_av.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="gtl_hehigh_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:hehigh"> | |
5 | - <baseParam name="FluxAve"/> | |
6 | - </vi> | |
9 | + <vi name="gtl:epic:hehigh"> | |
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_hehigh_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_hehigh_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:hehigh"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_hehigh_Flux[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_hehigh_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_hehigh_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:hehigh"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_hehigh_Flux[1]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_hehigh_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_mhigh_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:mhigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_mhigh_Flag[0]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_mhigh_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_mhigh_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:mhigh"> | |
13 | + <baseParam name="Flag" useNearestValue="true"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process>$gtl_epic_mhigh_Flag[1]</process> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="gtl_mhigh_app2"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | |
... | ... |
PARAM_DEF/gtl_mhigh_av.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="gtl_mhigh_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:mhigh"> | |
5 | - <baseParam name="FluxAve"/> | |
6 | - </vi> | |
9 | + <vi name="gtl:epic:mhigh"> | |
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_mhigh_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_mhigh_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:mhigh"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_mhigh_Flux[0]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_mhigh_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_mhigh_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:mhigh"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process>$gtl_epic_mhigh_Flux[1]</process> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_mhigh_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> | |
... | ... |
PARAM_INFO_PREDEFINED/info_gtl_hehigh_av.xml
... | ... | @@ -2,21 +2,21 @@ |
2 | 2 | <paraminfo id="gtl_hehigh_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_hehigh_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_hehigh_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> | |
... | ... |
PARAM_INFO_PREDEFINED/info_gtl_mhigh_av.xml
... | ... | @@ -2,21 +2,21 @@ |
2 | 2 | <paraminfo id="gtl_mhigh_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_mhigh_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_mhigh_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> | |
... | ... |