Commit 7d962ac405e1f8d0db2ee86cb7dcae4597148753
1 parent
7d994556
Exists in
master
and in
7 other branches
GTL ICS LOW
Showing
31 changed files
with
626 additions
and
98 deletions
Show diff stats
HELP_PREDEFINED/gtl-ics-low
@@ -8,32 +8,6 @@ | @@ -8,32 +8,6 @@ | ||
8 | <li>if only one of the heads has flag < 3 and is closed (flag = 0/2) - its value is taken</li> | 8 | <li>if only one of the heads has flag < 3 and is closed (flag = 0/2) - its value is taken</li> |
9 | </ul> | 9 | </ul> |
10 | <p>While energy spectra plotting <i>flag</i> value is taken into account for correct Energy Table</p> | 10 | <p>While energy spectra plotting <i>flag</i> value is taken into account for correct Energy Table</p> |
11 | - <p>Derived parameter - flag is not taken into account - so each energy channel is a mixture of open/closed | ||
12 | - moments.</p> | ||
13 | -</div> | ||
14 | - | ||
15 | -<h2>Energy Bounds (keV)</h2> | ||
16 | -<h3>P (protons)</h3> | ||
17 | -<div> | ||
18 | - <p><b>open:</b> 58.10, 77.30, 107.40, 154.30, 227.50, 341.60, 522.50, 813.50, 1560.80, 3005.40;</p> | ||
19 | - <p><b>closed:</b> 89.50, 110.70, 142.4, 189.2, 258.6, 365.5, 541.3, 831.4, 1570.6, 3003.8;</p> | ||
20 | -</div> | ||
21 | -<h3>M (CNO)</h3> | ||
22 | -<div> | ||
23 | - <p><b>open:</b> 186.5, 221.4, 275.2, 360.2, 493.5, 697.2, 1016.2, 1522.0, 2315.7, 3565.3;</p> | ||
24 | - <p><b>closed:</b> 405.9 , 451.9, 521.1, 627.1, 788.3, 1029.3, 1399.4, 1960.6, 2820.8, 4119.8;</p> | ||
25 | -</div> | ||
26 | -<h3>HE (helium)</h3> | ||
27 | -<div> | ||
28 | - <p><b>open:</b> 70.0, 95.8, 135.0, 194.0, 280.8, 407.4, 595.5, 888.7, 1631.4, 3052.9;</p> | ||
29 | - <p><b>closed:</b> 142.5, 172.9, 218.5, 285.1, 380.1, 513.3, 704.7, 993.9, 1715.4, 3127.4;</p> | ||
30 | -</div> | ||
31 | -<h3>E (ions)</h3> | ||
32 | -<div> | ||
33 | - <p><b>open:</b> 61.5, 73.7, 89.3, 110.2, 137.4, 173.1, 220.0, 281.5, 362.9, 471.4, 615.9, 913.2, 1352.3, 2013.9, | ||
34 | - 3005.4;</p> | ||
35 | - <p><b> closed: </b>93.3, 106.8, 123.5, 145.2, 172.5, 207.3, 251.6, 309, 385.8, 490.9, 634.4, 929.6, 1361, 2024.3, | ||
36 | - 3003.8;</p> | ||
37 | </div> | 11 | </div> |
38 | 12 | ||
39 | <h2> Sectors</h2> | 13 | <h2> Sectors</h2> |
@@ -0,0 +1,13 @@ | @@ -0,0 +1,13 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_e_energy"> | ||
3 | + <get> | ||
4 | + <vi name="gtl:epic:e"> | ||
5 | + <baseParam name="Mode" useNearestValue="true"> | ||
6 | + <clb name="EnergyBounds"/> | ||
7 | + <clb name="EnergyBoundsFoil"/> | ||
8 | + </baseParam> | ||
9 | + </vi> | ||
10 | + </get> | ||
11 | + <process>#getClbInfo($gtl_epic_e_Mode;0:EnergyBounds;1:EnergyBoundsFoil)</process> | ||
12 | + <output/> | ||
13 | +</param> | ||
0 | \ No newline at end of file | 14 | \ No newline at end of file |
@@ -0,0 +1,13 @@ | @@ -0,0 +1,13 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_he_energy"> | ||
3 | + <get> | ||
4 | + <vi name="gtl:epic:he"> | ||
5 | + <baseParam name="Mode" useNearestValue="true"> | ||
6 | + <clb name="EnergyBounds"/> | ||
7 | + <clb name="EnergyBoundsFoil"/> | ||
8 | + </baseParam> | ||
9 | + </vi> | ||
10 | + </get> | ||
11 | + <process>#getClbInfo($gtl_epic_he_Mode;0:EnergyBounds;1:EnergyBoundsFoil)</process> | ||
12 | + <output/> | ||
13 | +</param> | ||
0 | \ No newline at end of file | 14 | \ No newline at end of file |
@@ -0,0 +1,13 @@ | @@ -0,0 +1,13 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_m_energy"> | ||
3 | + <get> | ||
4 | + <vi name="gtl:epic:m"> | ||
5 | + <baseParam name="Mode" useNearestValue="true"> | ||
6 | + <clb name="EnergyBounds"/> | ||
7 | + <clb name="EnergyBoundsFoil"/> | ||
8 | + </baseParam> | ||
9 | + </vi> | ||
10 | + </get> | ||
11 | + <process>#getClbInfo($gtl_epic_m_Mode;0:EnergyBounds;1:EnergyBoundsFoil)</process> | ||
12 | + <output/> | ||
13 | +</param> | ||
0 | \ No newline at end of file | 14 | \ No newline at end of file |
@@ -0,0 +1,13 @@ | @@ -0,0 +1,13 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_p_energy"> | ||
3 | + <get> | ||
4 | + <vi name="gtl:epic:p"> | ||
5 | + <baseParam name="Mode" useNearestValue="true"> | ||
6 | + <clb name="EnergyBounds"/> | ||
7 | + <clb name="EnergyBoundsFoil"/> | ||
8 | + </baseParam> | ||
9 | + </vi> | ||
10 | + </get> | ||
11 | + <process>#getClbInfo($gtl_epic_p_Mode;0:EnergyBounds;1:EnergyBoundsFoil)</process> | ||
12 | + <output/> | ||
13 | +</param> | ||
0 | \ No newline at end of file | 14 | \ No newline at end of file |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_e_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:e"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_e_Flag[0]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_e_app1"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_e_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:e"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_e_Flag[1]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_e_app2"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
PARAM_DEF/gtl_e_av.xml
@@ -2,15 +2,17 @@ | @@ -2,15 +2,17 @@ | ||
2 | <param xml:id="gtl_e_av"> | 2 | <param xml:id="gtl_e_av"> |
3 | <info> | 3 | <info> |
4 | <table> | 4 | <table> |
5 | - <boundsTable dim="1" name="Energy" boundsName="EnergyBounds" units="keV"/> | 5 | + <centerTable dim="0" name="Sector" centerName="sector" size="22.5" units="deg"/> |
6 | + <boundsTable dim="1" variable="true" name="Energy" boundsName="gtl_e_energy" units="keV"/> | ||
6 | </table> | 7 | </table> |
7 | </info> | 8 | </info> |
8 | <get> | 9 | <get> |
9 | <vi name="gtl:epic:e"> | 10 | <vi name="gtl:epic:e"> |
10 | <baseParam name="FluxAve"> | 11 | <baseParam name="FluxAve"> |
11 | - <clb name="EnergyBounds"/> | 12 | + <clb name="sector"/> |
12 | </baseParam> | 13 | </baseParam> |
13 | </vi> | 14 | </vi> |
15 | + <amdaParam name="gtl_e_energy"/> | ||
14 | </get> | 16 | </get> |
15 | <process/> | 17 | <process/> |
16 | <output> | 18 | <output> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_e_omni"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable variable="true" name="Energy" boundsName="gtl_e_energy" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_e_av"/> | ||
10 | + <amdaParam name="gtl_e_energy"/> | ||
11 | + </get> | ||
12 | + <process>total($gtl_e_av,1)/16.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_e_omni"> | ||
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,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_he_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:he"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_he_Flag[0]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_he_app1"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_he_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:he"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_he_Flag[1]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_he_app2"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
PARAM_DEF/gtl_he_av.xml
@@ -2,14 +2,16 @@ | @@ -2,14 +2,16 @@ | ||
2 | <param xml:id="gtl_he_av"> | 2 | <param xml:id="gtl_he_av"> |
3 | <info> | 3 | <info> |
4 | <table> | 4 | <table> |
5 | - <boundsTable dim="1" name="Energy" boundsName="EnergyBounds" units="keV"/> | 5 | + <centerTable dim="0" name="Sector" centerName="sector" size="22.5" units="deg"/> |
6 | + <boundsTable dim="1" variable="true" name="Energy" boundsName="gtl_he_energy" units="keV"/> | ||
6 | </table> | 7 | </table> |
7 | </info> | 8 | </info> |
8 | <get> | 9 | <get> |
9 | <vi name="gtl:epic:he"> | 10 | <vi name="gtl:epic:he"> |
10 | <baseParam name="FluxAve"> | 11 | <baseParam name="FluxAve"> |
11 | - <clb name="EnergyBounds"/> | 12 | + <clb name="sector"/> |
12 | </baseParam> | 13 | </baseParam> |
14 | + <amdaParam name="gtl_he_energy"/> | ||
13 | </vi> | 15 | </vi> |
14 | </get> | 16 | </get> |
15 | <process/> | 17 | <process/> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_he_omni"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable variable="true" name="Energy" boundsName="gtl_he_energy" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_he_av"/> | ||
10 | + <amdaParam name="gtl_he_energy"/> | ||
11 | + </get> | ||
12 | + <process>total($gtl_he_av,1)/16.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_he_omni"> | ||
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,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_0"> | ||
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 | + <vi name="gtl:epic:hr0"> | ||
11 | + <baseParam name="HR0_H0"> | ||
12 | + <clb name="EnergyBounds"/> | ||
13 | + <clb name="Sector"/> | ||
14 | + </baseParam> | ||
15 | + </vi> | ||
16 | + </get> | ||
17 | + <process/> | ||
18 | + <output> | ||
19 | + <plot> | ||
20 | + <timePlot> | ||
21 | + <params> | ||
22 | + <param id="gtl_hr0_0"> | ||
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 scale="logarithmic"/> | ||
32 | + </zAxis> | ||
33 | + </axes> | ||
34 | + </timePlot> | ||
35 | + </plot> | ||
36 | + </output> | ||
37 | +</param> |
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_hr0_1"> | ||
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 | + <vi name="gtl:epic:hr0"> | ||
11 | + <baseParam name="HR0_H1"> | ||
12 | + <clb name="EnergyBounds"/> | ||
13 | + <clb name="Sector"/> | ||
14 | + </baseParam> | ||
15 | + </vi> | ||
16 | + </get> | ||
17 | + <process/> | ||
18 | + <output> | ||
19 | + <plot> | ||
20 | + <timePlot> | ||
21 | + <params> | ||
22 | + <param id="gtl_hr0_0"> | ||
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 scale="logarithmic"/> | ||
32 | + </zAxis> | ||
33 | + </axes> | ||
34 | + </timePlot> | ||
35 | + </plot> | ||
36 | + </output> | ||
37 | +</param> |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_m_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:m"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_m_Flag[0]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_m_app1"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_m_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:m"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_m_Flag[1]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_m_app2"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
PARAM_DEF/gtl_m_av.xml
@@ -2,15 +2,17 @@ | @@ -2,15 +2,17 @@ | ||
2 | <param xml:id="gtl_m_av"> | 2 | <param xml:id="gtl_m_av"> |
3 | <info> | 3 | <info> |
4 | <table> | 4 | <table> |
5 | - <boundsTable dim="1" name="Energy" boundsName="EnergyBounds" units="keV"/> | 5 | + <centerTable dim="0" name="Sector" centerName="sector" size="22.5" units="deg"/> |
6 | + <boundsTable dim="1" variable="true" name="Energy" boundsName="gtl_m_energy" units="keV"/> | ||
6 | </table> | 7 | </table> |
7 | </info> | 8 | </info> |
8 | <get> | 9 | <get> |
9 | <vi name="gtl:epic:m"> | 10 | <vi name="gtl:epic:m"> |
10 | <baseParam name="FluxAve"> | 11 | <baseParam name="FluxAve"> |
11 | - <clb name="EnergyBounds"/> | 12 | + <clb name="sector"/> |
12 | </baseParam> | 13 | </baseParam> |
13 | </vi> | 14 | </vi> |
15 | + <amdaParam name="gtl_m_energy"/> | ||
14 | </get> | 16 | </get> |
15 | <process/> | 17 | <process/> |
16 | <output> | 18 | <output> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_m_omni"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable variable="true" name="Energy" boundsName="gtl_m_energy" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_m_av"/> | ||
10 | + <amdaParam name="gtl_m_energy"/> | ||
11 | + </get> | ||
12 | + <process>total($gtl_m_av,1)/16.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_m_omni"> | ||
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,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_p_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:p"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_p_Flag[0]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_p_app1"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_p_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:p"> | ||
13 | + <baseParam name="Flag" useNearestValue="true"/> | ||
14 | + </vi> | ||
15 | + </get> | ||
16 | + <process>$gtl_epic_p_Flag[1]</process> | ||
17 | + <output> | ||
18 | + <plot> | ||
19 | + <statusPlot position="top" colorMapIndex="0"> | ||
20 | + <params> | ||
21 | + <param id="gtl_p_app2"> | ||
22 | + <serie/> | ||
23 | + </param> | ||
24 | + </params> | ||
25 | + </statusPlot> | ||
26 | + </plot> | ||
27 | + </output> | ||
28 | +</param> |
PARAM_DEF/gtl_p_av.xml
@@ -2,15 +2,17 @@ | @@ -2,15 +2,17 @@ | ||
2 | <param xml:id="gtl_p_av"> | 2 | <param xml:id="gtl_p_av"> |
3 | <info> | 3 | <info> |
4 | <table> | 4 | <table> |
5 | - <boundsTable dim="1" name="Energy" boundsName="EnergyBounds" units="keV"/> | 5 | + <centerTable dim="0" name="Sector" centerName="sector" size="22.5" units="deg"/> |
6 | + <boundsTable dim="1" variable="true" name="Energy" boundsName="gtl_p_energy" units="keV"/> | ||
6 | </table> | 7 | </table> |
7 | </info> | 8 | </info> |
8 | <get> | 9 | <get> |
9 | <vi name="gtl:epic:p"> | 10 | <vi name="gtl:epic:p"> |
10 | <baseParam name="FluxAve"> | 11 | <baseParam name="FluxAve"> |
11 | - <clb name="EnergyBounds"/> | 12 | + <clb name="sector"/> |
12 | </baseParam> | 13 | </baseParam> |
13 | </vi> | 14 | </vi> |
15 | + <amdaParam name="gtl_p_energy"/> | ||
14 | </get> | 16 | </get> |
15 | <process/> | 17 | <process/> |
16 | <output> | 18 | <output> |
@@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="gtl_p_omni"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable variable="true" name="Energy" boundsName="gtl_p_energy" units="keV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <amdaParam name="gtl_p_av"/> | ||
10 | + <amdaParam name="gtl_p_energy"/> | ||
11 | + </get> | ||
12 | + <process>total($gtl_p_av,1)/16.0</process> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <timePlot> | ||
16 | + <params> | ||
17 | + <param id="gtl_p_omni"> | ||
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> |
PARAM_INFO_PREDEFINED/info_gtl_e_av.xml
@@ -2,22 +2,22 @@ | @@ -2,22 +2,22 @@ | ||
2 | <paraminfo id="gtl_e_av"> | 2 | <paraminfo id="gtl_e_av"> |
3 | <dimensions dim_1="16" dim_2="9"/> | 3 | <dimensions dim_1="16" dim_2="9"/> |
4 | <components> | 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 | </components> | 21 | </components> |
22 | <tables> | 22 | <tables> |
23 | <table relatedDim="dim_2" name="Energy" units="keV"> | 23 | <table relatedDim="dim_2" name="Energy" units="keV"> |
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_e_omni"> | ||
3 | + <dimensions dim_1="9"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="58.1" max="77.3"/> | ||
7 | + <channel min="77.3" max="107.4"/> | ||
8 | + <channel min="107.4" max="154.3"/> | ||
9 | + <channel min="154.3" max="227.5"/> | ||
10 | + <channel min="227.5" max="341.6"/> | ||
11 | + <channel min="341.6" max="522.5"/> | ||
12 | + <channel min="522.5" max="813.5"/> | ||
13 | + <channel min="813.5" max="1560.8"/> | ||
14 | + <channel min="1560.8" max="3005.4"/> | ||
15 | + </table> | ||
16 | + </tables> | ||
17 | +</paraminfo> |
PARAM_INFO_PREDEFINED/info_gtl_he_av.xml
@@ -2,22 +2,22 @@ | @@ -2,22 +2,22 @@ | ||
2 | <paraminfo id="gtl_he_av"> | 2 | <paraminfo id="gtl_he_av"> |
3 | <dimensions dim_1="16" dim_2="9"/> | 3 | <dimensions dim_1="16" dim_2="9"/> |
4 | <components> | 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 | </components> | 21 | </components> |
22 | <tables> | 22 | <tables> |
23 | <table relatedDim="dim_2" name="Energy" units="keV"> | 23 | <table relatedDim="dim_2" name="Energy" units="keV"> |
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_he_omni"> | ||
3 | + <dimensions dim_1="9"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="58.1" max="77.3"/> | ||
7 | + <channel min="77.3" max="107.4"/> | ||
8 | + <channel min="107.4" max="154.3"/> | ||
9 | + <channel min="154.3" max="227.5"/> | ||
10 | + <channel min="227.5" max="341.6"/> | ||
11 | + <channel min="341.6" max="522.5"/> | ||
12 | + <channel min="522.5" max="813.5"/> | ||
13 | + <channel min="813.5" max="1560.8"/> | ||
14 | + <channel min="1560.8" max="3005.4"/> | ||
15 | + </table> | ||
16 | + </tables> | ||
17 | +</paraminfo> |
PARAM_INFO_PREDEFINED/info_gtl_m_av.xml
@@ -2,22 +2,22 @@ | @@ -2,22 +2,22 @@ | ||
2 | <paraminfo id="gtl_m_av"> | 2 | <paraminfo id="gtl_m_av"> |
3 | <dimensions dim_1="16" dim_2="9"/> | 3 | <dimensions dim_1="16" dim_2="9"/> |
4 | <components> | 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 | </components> | 21 | </components> |
22 | <tables> | 22 | <tables> |
23 | <table relatedDim="dim_2" name="Energy" units="keV"> | 23 | <table relatedDim="dim_2" name="Energy" units="keV"> |
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_m_omni"> | ||
3 | + <dimensions dim_1="9"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="58.1" max="77.3"/> | ||
7 | + <channel min="77.3" max="107.4"/> | ||
8 | + <channel min="107.4" max="154.3"/> | ||
9 | + <channel min="154.3" max="227.5"/> | ||
10 | + <channel min="227.5" max="341.6"/> | ||
11 | + <channel min="341.6" max="522.5"/> | ||
12 | + <channel min="522.5" max="813.5"/> | ||
13 | + <channel min="813.5" max="1560.8"/> | ||
14 | + <channel min="1560.8" max="3005.4"/> | ||
15 | + </table> | ||
16 | + </tables> | ||
17 | +</paraminfo> |
PARAM_INFO_PREDEFINED/info_gtl_p_av.xml
@@ -2,22 +2,22 @@ | @@ -2,22 +2,22 @@ | ||
2 | <paraminfo id="gtl_p_av"> | 2 | <paraminfo id="gtl_p_av"> |
3 | <dimensions dim_1="16" dim_2="9"/> | 3 | <dimensions dim_1="16" dim_2="9"/> |
4 | <components> | 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 | </components> | 21 | </components> |
22 | <tables> | 22 | <tables> |
23 | <table relatedDim="dim_2" name="Energy" units="keV"> | 23 | <table relatedDim="dim_2" name="Energy" units="keV"> |
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<paraminfo id="gtl_p_omni"> | ||
3 | + <dimensions dim_1="9"/> | ||
4 | + <tables> | ||
5 | + <table relatedDim="dim_1" name="Energy" units="keV"> | ||
6 | + <channel min="58.1" max="77.3"/> | ||
7 | + <channel min="77.3" max="107.4"/> | ||
8 | + <channel min="107.4" max="154.3"/> | ||
9 | + <channel min="154.3" max="227.5"/> | ||
10 | + <channel min="227.5" max="341.6"/> | ||
11 | + <channel min="341.6" max="522.5"/> | ||
12 | + <channel min="522.5" max="813.5"/> | ||
13 | + <channel min="813.5" max="1560.8"/> | ||
14 | + <channel min="1560.8" max="3005.4"/> | ||
15 | + </table> | ||
16 | + </tables> | ||
17 | +</paraminfo> |