Commit ffa3484e4cfc9357d9d2f82d41a47ff50c991be5
1 parent
cefdf537
Exists in
master
and in
111 other branches
Add some templated parameters for EISCAT test
Showing
5 changed files
with
160 additions
and
0 deletions
Show diff stats
generic_data/ParamTemplate/ParamTemplateList.xml
... | ... | @@ -21,4 +21,60 @@ |
21 | 21 | </argument> |
22 | 22 | </arguments> |
23 | 23 | </paramTemplate> |
24 | + <paramTemplate paramId='eiscat_esr42m_ne' fileName='eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##'> | |
25 | + <arguments> | |
26 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
27 | + <item key='field-aligned' name='Field aligned'/> | |
28 | + </argument> | |
29 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
30 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
31 | + <item key='range' name='Range'/> | |
32 | + <item key='alt' name='Altitude'/> | |
33 | + <item key='geolat' name='Geographic latitude'/> | |
34 | + <item key='geolong' name='Geographic longitude'/> | |
35 | + </argument> | |
36 | + </arguments> | |
37 | + </paramTemplate> | |
38 | + <paramTemplate paramId='eiscat_esr42m_te' fileName='eiscat_esr42m_te_##mode##_##corrected##_##yaxis##'> | |
39 | + <arguments> | |
40 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
41 | + <item key='field-aligned' name='Field aligned'/> | |
42 | + </argument> | |
43 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
44 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
45 | + <item key='range' name='Range'/> | |
46 | + <item key='alt' name='Altitude'/> | |
47 | + <item key='geolat' name='Geographic latitude'/> | |
48 | + <item key='geolong' name='Geographic longitude'/> | |
49 | + </argument> | |
50 | + </arguments> | |
51 | + </paramTemplate> | |
52 | + <paramTemplate paramId='eiscat_esr42m_ti' fileName='eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##'> | |
53 | + <arguments> | |
54 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
55 | + <item key='field-aligned' name='Field aligned'/> | |
56 | + </argument> | |
57 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
58 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
59 | + <item key='range' name='Range'/> | |
60 | + <item key='alt' name='Altitude'/> | |
61 | + <item key='geolat' name='Geographic latitude'/> | |
62 | + <item key='geolong' name='Geographic longitude'/> | |
63 | + </argument> | |
64 | + </arguments> | |
65 | + </paramTemplate> | |
66 | + <paramTemplate paramId='eiscat_esr42m_vi' fileName='eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##'> | |
67 | + <arguments> | |
68 | + <argument key='mode' name='Mode' type='list' default='field-aligned'> | |
69 | + <item key='field-aligned' name='Field aligned'/> | |
70 | + </argument> | |
71 | + <argument key='corrected' name='Corrected' type='bool' default='0'/> | |
72 | + <argument key='yaxis' name='Y Axis' type='list' default='range'> | |
73 | + <item key='range' name='Range'/> | |
74 | + <item key='alt' name='Altitude'/> | |
75 | + <item key='geolat' name='Geographic latitude'/> | |
76 | + <item key='geolong' name='Geographic longitude'/> | |
77 | + </argument> | |
78 | + </arguments> | |
79 | + </paramTemplate> | |
24 | 80 | </paramTemplateList> |
25 | 81 | \ No newline at end of file | ... | ... |
generic_data/ParamTemplate/eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##.xml
0 → 100644
... | ... | @@ -0,0 +1,26 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr42m_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_esr42m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <get> | |
19 | + <vi name="eiscat:42m:fa"> | |
20 | + <baseParam name="Ne"/> | |
21 | + </vi> | |
22 | + <amdaParam name='eiscat_esr42m_##yaxis##'/> | |
23 | + </get> | |
24 | + <process/> | |
25 | + <output/> | |
26 | +</param> | ... | ... |
generic_data/ParamTemplate/eiscat_esr42m_te_##mode##_##corrected##_##yaxis##.xml
0 → 100644
... | ... | @@ -0,0 +1,26 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr42m_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_esr42m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <get> | |
19 | + <vi name="eiscat:42m:fa"> | |
20 | + <baseParam name="Te"/> | |
21 | + </vi> | |
22 | + <amdaParam name='eiscat_esr42m_##yaxis##'/> | |
23 | + </get> | |
24 | + <process/> | |
25 | + <output/> | |
26 | +</param> | ... | ... |
generic_data/ParamTemplate/eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##.xml
0 → 100644
... | ... | @@ -0,0 +1,26 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr42m_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_esr42m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <get> | |
19 | + <vi name="eiscat:42m:fa"> | |
20 | + <baseParam name="Ti"/> | |
21 | + </vi> | |
22 | + <amdaParam name='eiscat_esr42m_##yaxis##'/> | |
23 | + </get> | |
24 | + <process/> | |
25 | + <output/> | |
26 | +</param> | ... | ... |
generic_data/ParamTemplate/eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##.xml
0 → 100644
... | ... | @@ -0,0 +1,26 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="eiscat_esr42m_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_esr42m_##yaxis##" log="false"/> | |
13 | + </table> | |
14 | + <fill_value/> | |
15 | + <ucd/> | |
16 | + <dataset_id/> | |
17 | + </info> | |
18 | + <get> | |
19 | + <vi name="eiscat:42m:fa"> | |
20 | + <baseParam name="Vi"/> | |
21 | + </vi> | |
22 | + <amdaParam name='eiscat_esr42m_##yaxis##'/> | |
23 | + </get> | |
24 | + <process/> | |
25 | + <output/> | |
26 | +</param> | ... | ... |