Commit 173c9507bb8e66c90185e3d04cb84c24f19d0aa1
1 parent
fb9331b4
Exists in
master
and in
7 other branches
new items
Showing
5 changed files
with
232 additions
and
1 deletions
Show diff stats
ParamTemplateList.xml
1 | 1 | <?xml version="1.0"?> |
2 | - | |
3 | 2 | <paramTemplateList> |
4 | 3 | <paramTemplate paramId='bmorsch_mso' fileName='bmorsch_mso_##sampling##_##orbit##'> |
5 | 4 | <arguments> |
... | ... | @@ -77,4 +76,60 @@ |
77 | 76 | </argument> |
78 | 77 | </arguments> |
79 | 78 | </paramTemplate> |
79 | + <paramTemplate paramId='eiscat_esr32m_ne' fileName='eiscat_esr32m_ne_##mode##_##corrected##_##yaxis##'> | |
80 | + <arguments> | |
81 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
82 | + <item key='field-aligned' name='Field aligned'/> | |
83 | + </argument> | |
84 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
85 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
86 | + <item key='range' name='Range'/> | |
87 | + <item key='alt' name='Altitude'/> | |
88 | + <item key='geolat' name='Geographic latitude'/> | |
89 | + <item key='geolong' name='Geographic longitude'/> | |
90 | + </argument> | |
91 | + </arguments> | |
92 | + </paramTemplate> | |
93 | + <paramTemplate paramId='eiscat_esr32m_te' fileName='eiscat_esr32m_te_##mode##_##corrected##_##yaxis##'> | |
94 | + <arguments> | |
95 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
96 | + <item key='field-aligned' name='Field aligned'/> | |
97 | + </argument> | |
98 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
99 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
100 | + <item key='range' name='Range'/> | |
101 | + <item key='alt' name='Altitude'/> | |
102 | + <item key='geolat' name='Geographic latitude'/> | |
103 | + <item key='geolong' name='Geographic longitude'/> | |
104 | + </argument> | |
105 | + </arguments> | |
106 | + </paramTemplate> | |
107 | + <paramTemplate paramId='eiscat_esr32m_ti' fileName='eiscat_esr32m_ti_##mode##_##corrected##_##yaxis##'> | |
108 | + <arguments> | |
109 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
110 | + <item key='field-aligned' name='Field aligned'/> | |
111 | + </argument> | |
112 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
113 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
114 | + <item key='range' name='Range'/> | |
115 | + <item key='alt' name='Altitude'/> | |
116 | + <item key='geolat' name='Geographic latitude'/> | |
117 | + <item key='geolong' name='Geographic longitude'/> | |
118 | + </argument> | |
119 | + </arguments> | |
120 | + </paramTemplate> | |
121 | + <paramTemplate paramId='eiscat_esr32m_vi' fileName='eiscat_esr32m_vi_##mode##_##corrected##_##yaxis##'> | |
122 | + <arguments> | |
123 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
124 | + <item key='field-aligned' name='Field aligned'/> | |
125 | + </argument> | |
126 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
127 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
128 | + <item key='range' name='Range'/> | |
129 | + <item key='alt' name='Altitude'/> | |
130 | + <item key='geolat' name='Geographic latitude'/> | |
131 | + <item key='geolong' name='Geographic longitude'/> | |
132 | + </argument> | |
133 | + </arguments> | |
134 | + </paramTemplate> | |
80 | 135 | </paramTemplateList> |
81 | 136 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,44 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr32m_ne_##mode##_##corrected##_##yaxis##"> | |
3 | + <info> | |
4 | + <name>Electron density</name> | |
5 | + <short_name>Ne</short_name> | |
6 | + <components/> | |
7 | + <units>m-3</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order/> | |
10 | + <si_conversion/> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" centerName="eiscat_esr32m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <gap_threshold>10</gap_threshold> | |
19 | + <get> | |
20 | + <vi name="eiscat:32m:all"> | |
21 | + <baseParam name="Ne" useNearestValue="true"/> | |
22 | + </vi> | |
23 | + <amdaParam name='eiscat_esr32m_##yaxis##'/> | |
24 | + </get> | |
25 | + <process/> | |
26 | + <output> | |
27 | + <plot> | |
28 | + <timePlot> | |
29 | + <params> | |
30 | + <param id="eiscat_esr32m_ne_##mode##_##corrected##_##yaxis##"> | |
31 | + <spectro yAxis="y-left"/> | |
32 | + </param> | |
33 | + </params> | |
34 | + <axes> | |
35 | + <zAxis> | |
36 | + <colorAxis scale="logarithmic"> | |
37 | + <range min="10000000000" max="1000000000000"/> | |
38 | + </colorAxis> | |
39 | + </zAxis> | |
40 | + </axes> | |
41 | + </timePlot> | |
42 | + </plot> | |
43 | + </output> | |
44 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,44 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr32m_te_##mode##_##corrected##_##yaxis##"> | |
3 | + <info> | |
4 | + <name>Electron temperature</name> | |
5 | + <short_name>Te</short_name> | |
6 | + <components/> | |
7 | + <units>K</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order/> | |
10 | + <si_conversion/> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" centerName="eiscat_esr32m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <gap_threshold>10</gap_threshold> | |
19 | + <get> | |
20 | + <vi name="eiscat:32m:all"> | |
21 | + <baseParam name="Te" useNearestValue="true"/> | |
22 | + </vi> | |
23 | + <amdaParam name='eiscat_esr32m_##yaxis##'/> | |
24 | + </get> | |
25 | + <process/> | |
26 | + <output> | |
27 | + <plot> | |
28 | + <timePlot> | |
29 | + <params> | |
30 | + <param id="eiscat_esr32m_te_##mode##_##corrected##_##yaxis##"> | |
31 | + <spectro yAxis="y-left"/> | |
32 | + </param> | |
33 | + </params> | |
34 | + <axes> | |
35 | + <zAxis> | |
36 | + <colorAxis> | |
37 | + <range min="500" max="4000"/> | |
38 | + </colorAxis> | |
39 | + </zAxis> | |
40 | + </axes> | |
41 | + </timePlot> | |
42 | + </plot> | |
43 | + </output> | |
44 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,44 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr32m_ti_##mode##_##corrected##_##yaxis##"> | |
3 | + <info> | |
4 | + <name>Ion temperature</name> | |
5 | + <short_name>Ti</short_name> | |
6 | + <components/> | |
7 | + <units>K</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order/> | |
10 | + <si_conversion/> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" centerName="eiscat_esr32m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <gap_threshold>10</gap_threshold> | |
19 | + <get> | |
20 | + <vi name="eiscat:32m:all"> | |
21 | + <baseParam name="Ti" useNearestValue="true"/> | |
22 | + </vi> | |
23 | + <amdaParam name='eiscat_esr32m_##yaxis##'/> | |
24 | + </get> | |
25 | + <process/> | |
26 | + <output> | |
27 | + <plot> | |
28 | + <timePlot> | |
29 | + <params> | |
30 | + <param id="eiscat_esr32m_ti_##mode##_##corrected##_##yaxis##"> | |
31 | + <spectro yAxis="y-left"/> | |
32 | + </param> | |
33 | + </params> | |
34 | + <axes> | |
35 | + <zAxis> | |
36 | + <colorAxis> | |
37 | + <range min="500" max="3000"/> | |
38 | + </colorAxis> | |
39 | + </zAxis> | |
40 | + </axes> | |
41 | + </timePlot> | |
42 | + </plot> | |
43 | + </output> | |
44 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,44 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr32m_vi_##mode##_##corrected##_##yaxis##"> | |
3 | + <info> | |
4 | + <name>Ion velocity</name> | |
5 | + <short_name>Vi</short_name> | |
6 | + <components/> | |
7 | + <units>m.s-1</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order/> | |
10 | + <si_conversion/> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" centerName="eiscat_esr32m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <gap_threshold>10</gap_threshold> | |
19 | + <get> | |
20 | + <vi name="eiscat:32m:all"> | |
21 | + <baseParam name="Vi" useNearestValue="true"/> | |
22 | + </vi> | |
23 | + <amdaParam name='eiscat_esr32m_##yaxis##'/> | |
24 | + </get> | |
25 | + <process/> | |
26 | + <output> | |
27 | + <plot> | |
28 | + <timePlot> | |
29 | + <params> | |
30 | + <param id="eiscat_esr32m_vi_##mode##_##corrected##_##yaxis##"> | |
31 | + <spectro yAxis="y-left"/> | |
32 | + </param> | |
33 | + </params> | |
34 | + <axes> | |
35 | + <zAxis> | |
36 | + <colorAxis> | |
37 | + <range min="-500" max="500"/> | |
38 | + </colorAxis> | |
39 | + </zAxis> | |
40 | + </axes> | |
41 | + </timePlot> | |
42 | + </plot> | |
43 | + </output> | |
44 | +</param> | ... | ... |