Commit a99814cfa35c5ebf816acd858c67ca1dcf3c1723
1 parent
1cc08457
Exists in
master
and in
7 other branches
GTL EPIC HR0
Showing
15 changed files
with
330 additions
and
7 deletions
Show diff stats
HELP_PREDEFINED/gtl-ics-high
@@ -18,6 +18,6 @@ | @@ -18,6 +18,6 @@ | ||
18 | </div> | 18 | </div> |
19 | 19 | ||
20 | <h2>Sectors</h2> | 20 | <h2>Sectors</h2> |
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>, | ||
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>, | ||
23 | - 292.5<sup>o</sup>, 315<sup>o</sup>, 337.5<sup>o</sup>;</p> | 21 | +<p>0°, 22.5°, 45°, 67.5°, 90°, 112.5°, 135°, |
22 | + 157.5°, 180°, 202.5°, 225°, 247.5°, 270°, | ||
23 | + 292.5°, 315°, 337.5°;</p> |
HELP_PREDEFINED/gtl-ics-low
@@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
11 | </div> | 11 | </div> |
12 | 12 | ||
13 | <h2> Sectors</h2> | 13 | <h2> Sectors</h2> |
14 | -<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>, | ||
15 | - 135<sup>o</sup>, 157.5<sup>o</sup>, 180<sup>o</sup>, 202.5<sup>o</sup>, 225<sup>o</sup>, 247.5<sup>o</sup>, | ||
16 | - 270<sup>o</sup>, | ||
17 | - 292.5<sup>o</sup>, 315<sup>o</sup>, 337.5<sup>o</sup>; | 14 | +<p>0°, 22.5°, 45°, 67.5°, 90°, 112.5°, |
15 | + 135°, 157.5°, 180°, 202.5°, 225°, 247.5°, | ||
16 | + 270°, | ||
17 | + 292.5°, 315°, 337.5°; | ||
18 | </p> | 18 | </p> |
@@ -0,0 +1,33 @@ | @@ -0,0 +1,33 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_eqt"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable dim="0" name="Phi" boundsName="Sector" units="deg"/> | ||
6 | + <boundsTable dim="1" name="Energy" boundsName="EnergyBounds" units="keV"/> | ||
7 | + </table> | ||
8 | + </info> | ||
9 | + <get> | ||
10 | + <amdaParam name="gtl_hr0_2"/> | ||
11 | + <amdaParam name="gtl_hr0_3"/> | ||
12 | + </get> | ||
13 | + <process>($gtl_hr0_2 + $gtl_hr0_3)/2.0</process> | ||
14 | + <output> | ||
15 | + <plot> | ||
16 | + <timePlot> | ||
17 | + <params> | ||
18 | + <param id="gtl_hr0_eqt"> | ||
19 | + <spectro yAxis="y-left"/> | ||
20 | + </param> | ||
21 | + </params> | ||
22 | + <axes> | ||
23 | + <yAxis> | ||
24 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
25 | + </yAxis> | ||
26 | + <zAxis> | ||
27 | + <colorAxis scale="logarithmic"/> | ||
28 | + </zAxis> | ||
29 | + </axes> | ||
30 | + </timePlot> | ||
31 | + </plot> | ||
32 | + </output> | ||
33 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_eqtdawn"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable name="Energy" boundsName="EnergyBounds" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_hr0_2"/> | ||
10 | + <amdaParam name="gtl_hr0_3"/> | ||
11 | + </get> | ||
12 | + <process>($gtl_hr0_2[3,*]+$gtl_hr0_2[4,*]+$gtl_hr0_2[5,*]+$gtl_hr0_3[3,*]+$gtl_hr0_3[4,*]+$gtl_hr0_3[5,*])/6.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_hr0_eqtdawn"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_eqtdusk"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable name="Energy" boundsName="EnergyBounds" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_hr0_2"/> | ||
10 | + <amdaParam name="gtl_hr0_3"/> | ||
11 | + </get> | ||
12 | + <process>($gtl_hr0_2[11,*]+$gtl_hr0_2[12,*]+$gtl_hr0_2[13,*]+$gtl_hr0_3[11,*]+$gtl_hr0_3[12,*]+$gtl_hr0_3[13,*])/6.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_hr0_eqtdusk"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_eqtomni"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable name="Energy" boundsName="EnergyBounds" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_hr0_2"/> | ||
10 | + <amdaParam name="gtl_hr0_3"/> | ||
11 | + </get> | ||
12 | + <process>(total($gtl_hr0_2,1)+total($gtl_hr0_3,1))/32.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_hr0_eqtomni"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_eqtsun"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable name="Energy" boundsName="EnergyBounds" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_hr0_2"/> | ||
10 | + <amdaParam name="gtl_hr0_3"/> | ||
11 | + </get> | ||
12 | + <process>($gtl_hr0_2[7,*]+$gtl_hr0_2[8,*]+$gtl_hr0_2[9,*]+$gtl_hr0_3[7,*]+$gtl_hr0_3[8,*]+$gtl_hr0_3[9,*])/6.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_hr0_eqtsun"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_eqttail"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable name="Energy" boundsName="EnergyBounds" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_hr0_2"/> | ||
10 | + <amdaParam name="gtl_hr0_3"/> | ||
11 | + </get> | ||
12 | + <process>($gtl_hr0_2[15,*]+$gtl_hr0_2[0,*]+$gtl_hr0_2[1,*]+$gtl_hr0_3[15,*]+$gtl_hr0_3[0,*]+$gtl_hr0_3[1,*])/6.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_hr0_eqttail"> | ||
18 | + <spectro yAxis="y-left"/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + <axes> | ||
22 | + <yAxis> | ||
23 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
24 | + </yAxis> | ||
25 | + <zAxis> | ||
26 | + <colorAxis scale="logarithmic"/> | ||
27 | + </zAxis> | ||
28 | + </axes> | ||
29 | + </timePlot> | ||
30 | + </plot> | ||
31 | + </output> | ||
32 | +</param> |
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_eqt"> | ||
3 | + <dimensions dim_1="16" dim_2="8"/> | ||
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 | + <tables> | ||
23 | + <table relatedDim="dim_2" name="Energy" units="keV"> | ||
24 | + <channel min="169.78" max="214.6"/> | ||
25 | + <channel min="108.75" max="169.78"/> | ||
26 | + <channel min="69.65" max="108.75"/> | ||
27 | + <channel min="44.61" max="69.65"/> | ||
28 | + <channel min="28.57" max="44.61"/> | ||
29 | + <channel min="18.3" max="28.57"/> | ||
30 | + <channel min="11.72" max="18.3"/> | ||
31 | + <channel min="9.27" max="11.72"/> | ||
32 | + </table> | ||
33 | + </tables> | ||
34 | +</paraminfo> |
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_eqtdawn"> | ||
3 | + <dimensions dim_1="8"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="169.78" max="214.6"/> | ||
7 | + <channel min="108.75" max="169.78"/> | ||
8 | + <channel min="69.65" max="108.75"/> | ||
9 | + <channel min="44.61" max="69.65"/> | ||
10 | + <channel min="28.57" max="44.61"/> | ||
11 | + <channel min="18.3" max="28.57"/> | ||
12 | + <channel min="11.72" max="18.3"/> | ||
13 | + <channel min="9.27" max="11.72"/> | ||
14 | + </table> | ||
15 | + </tables> | ||
16 | +</paraminfo> |
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_eqtdusk"> | ||
3 | + <dimensions dim_1="8"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="169.78" max="214.6"/> | ||
7 | + <channel min="108.75" max="169.78"/> | ||
8 | + <channel min="69.65" max="108.75"/> | ||
9 | + <channel min="44.61" max="69.65"/> | ||
10 | + <channel min="28.57" max="44.61"/> | ||
11 | + <channel min="18.3" max="28.57"/> | ||
12 | + <channel min="11.72" max="18.3"/> | ||
13 | + <channel min="9.27" max="11.72"/> | ||
14 | + </table> | ||
15 | + </tables> | ||
16 | +</paraminfo> |
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_eqtomni"> | ||
3 | + <dimensions dim_1="8"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="169.78" max="214.6"/> | ||
7 | + <channel min="108.75" max="169.78"/> | ||
8 | + <channel min="69.65" max="108.75"/> | ||
9 | + <channel min="44.61" max="69.65"/> | ||
10 | + <channel min="28.57" max="44.61"/> | ||
11 | + <channel min="18.3" max="28.57"/> | ||
12 | + <channel min="11.72" max="18.3"/> | ||
13 | + <channel min="9.27" max="11.72"/> | ||
14 | + </table> | ||
15 | + </tables> | ||
16 | +</paraminfo> |
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_eqtsun"> | ||
3 | + <dimensions dim_1="8"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="169.78" max="214.6"/> | ||
7 | + <channel min="108.75" max="169.78"/> | ||
8 | + <channel min="69.65" max="108.75"/> | ||
9 | + <channel min="44.61" max="69.65"/> | ||
10 | + <channel min="28.57" max="44.61"/> | ||
11 | + <channel min="18.3" max="28.57"/> | ||
12 | + <channel min="11.72" max="18.3"/> | ||
13 | + <channel min="9.27" max="11.72"/> | ||
14 | + </table> | ||
15 | + </tables> | ||
16 | +</paraminfo> |
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_eqttail"> | ||
3 | + <dimensions dim_1="8"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="169.78" max="214.6"/> | ||
7 | + <channel min="108.75" max="169.78"/> | ||
8 | + <channel min="69.65" max="108.75"/> | ||
9 | + <channel min="44.61" max="69.65"/> | ||
10 | + <channel min="28.57" max="44.61"/> | ||
11 | + <channel min="18.3" max="28.57"/> | ||
12 | + <channel min="11.72" max="18.3"/> | ||
13 | + <channel min="9.27" max="11.72"/> | ||
14 | + </table> | ||
15 | + </tables> | ||
16 | +</paraminfo> |
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_hr0_omni"> | ||
3 | + <dimensions dim_1="8"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="169.78" max="214.6"/> | ||
7 | + <channel min="108.75" max="169.78"/> | ||
8 | + <channel min="69.65" max="108.75"/> | ||
9 | + <channel min="44.61" max="69.65"/> | ||
10 | + <channel min="28.57" max="44.61"/> | ||
11 | + <channel min="18.3" max="28.57"/> | ||
12 | + <channel min="11.72" max="18.3"/> | ||
13 | + <channel min="9.27" max="11.72"/> | ||
14 | + </table> | ||
15 | + </tables> | ||
16 | +</paraminfo> |