Commit 89785c70118c6a588f4fe66bdb63da7953309148
1 parent
32c67dba
Exists in
master
and in
7 other branches
Add internal predefined parameters for EISCAT
Showing
16 changed files
with
368 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr32m_alt"> | |
3 | + <info> | |
4 | + <name>Altitude</name> | |
5 | + <short_name>Altitude</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:32m:all"> | |
18 | + <baseParam name="Alt" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr32m_geolat"> | |
3 | + <info> | |
4 | + <name>Geographic Latitude</name> | |
5 | + <short_name>Geo. Lat.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:32m:all"> | |
18 | + <baseParam name="GeoLat" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr32m_geolong"> | |
3 | + <info> | |
4 | + <name>Geographic Longitude</name> | |
5 | + <short_name>Geo. Long.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:32m:all"> | |
18 | + <baseParam name="GeoLong" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr32m_range"> | |
3 | + <info> | |
4 | + <name>Range</name> | |
5 | + <short_name>Range</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:32m:all"> | |
18 | + <baseParam name="Range" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr42m_alt"> | |
3 | + <info> | |
4 | + <name>Altitude</name> | |
5 | + <short_name>Altitude</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:42m:all"> | |
18 | + <baseParam name="Alt" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr42m_geolat"> | |
3 | + <info> | |
4 | + <name>Geographic Latitude</name> | |
5 | + <short_name>Geo. Lat.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:42m:all"> | |
18 | + <baseParam name="GeoLat" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr42m_geolong"> | |
3 | + <info> | |
4 | + <name>Geographic Longitude</name> | |
5 | + <short_name>Geo. Long.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:42m:all"> | |
18 | + <baseParam name="GeoLong" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_esr42m_range"> | |
3 | + <info> | |
4 | + <name>Range</name> | |
5 | + <short_name>Range</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:42m:all"> | |
18 | + <baseParam name="Range" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_ufh_alt"> | |
3 | + <info> | |
4 | + <name>Altitude</name> | |
5 | + <short_name>Altitude</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:uhf:all"> | |
18 | + <baseParam name="Alt" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_uhf_geolat"> | |
3 | + <info> | |
4 | + <name>Geographic Latitude</name> | |
5 | + <short_name>Geo. Lat.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:uhf:all"> | |
18 | + <baseParam name="GeoLat" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_uhf_geolong"> | |
3 | + <info> | |
4 | + <name>Geographic Longitude</name> | |
5 | + <short_name>Geo. Long.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:uhf:all"> | |
18 | + <baseParam name="GeoLong" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_uhf_range"> | |
3 | + <info> | |
4 | + <name>Range</name> | |
5 | + <short_name>Range</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:uhf:all"> | |
18 | + <baseParam name="Range" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_vhf_alt"> | |
3 | + <info> | |
4 | + <name>Altitude</name> | |
5 | + <short_name>Altitude</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:vhf:all"> | |
18 | + <baseParam name="Alt" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_vhf_geolat"> | |
3 | + <info> | |
4 | + <name>Geographic Latitude</name> | |
5 | + <short_name>Geo. Lat.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:vhf:all"> | |
18 | + <baseParam name="GeoLat" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_vhf_geolong"> | |
3 | + <info> | |
4 | + <name>Geographic Longitude</name> | |
5 | + <short_name>Geo. Long.</short_name> | |
6 | + <components/> | |
7 | + <units>deg.</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:vhf:all"> | |
18 | + <baseParam name="GeoLong" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="eiscat_vhf_range"> | |
3 | + <info> | |
4 | + <name>Range</name> | |
5 | + <short_name>Range</short_name> | |
6 | + <components/> | |
7 | + <units>km</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id/> | |
14 | + </info> | |
15 | + <gap_threshold>10</gap_threshold> | |
16 | + <get> | |
17 | + <vi name="eiscat:vhf:all"> | |
18 | + <baseParam name="Range" useNearestValue="true"/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | |
0 | 24 | \ No newline at end of file | ... | ... |