Commit e39d539f34167b294829805e508e688d726a5e8b

Authored by Benjamin Renard
1 parent ce224e85

Fix VI for EISCAT ESR42m parameters

generic_data/ParamTemplate/eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##.xml
... ... @@ -16,7 +16,7 @@
16 16 <dataset_id/>
17 17 </info>
18 18 <get>
19   - <vi name="eiscat:42m:fa">
  19 + <vi name="eiscat:42m:all">
20 20 <baseParam name="Ne" useNearestValue="true"/>
21 21 </vi>
22 22 <amdaParam name='eiscat_esr42m_##yaxis##'/>
... ...
generic_data/ParamTemplate/eiscat_esr42m_te_##mode##_##corrected##_##yaxis##.xml
... ... @@ -16,7 +16,7 @@
16 16 <dataset_id/>
17 17 </info>
18 18 <get>
19   - <vi name="eiscat:42m:fa">
  19 + <vi name="eiscat:42m:all">
20 20 <baseParam name="Te" useNearestValue="true"/>
21 21 </vi>
22 22 <amdaParam name='eiscat_esr42m_##yaxis##'/>
... ...
generic_data/ParamTemplate/eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##.xml
... ... @@ -16,7 +16,7 @@
16 16 <dataset_id/>
17 17 </info>
18 18 <get>
19   - <vi name="eiscat:42m:fa">
  19 + <vi name="eiscat:42m:all">
20 20 <baseParam name="Ti" useNearestValue="true"/>
21 21 </vi>
22 22 <amdaParam name='eiscat_esr42m_##yaxis##'/>
... ...
generic_data/ParamTemplate/eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##.xml
... ... @@ -16,7 +16,7 @@
16 16 <dataset_id/>
17 17 </info>
18 18 <get>
19   - <vi name="eiscat:42m:fa">
  19 + <vi name="eiscat:42m:all">
20 20 <baseParam name="Vi" useNearestValue="true"/>
21 21 </vi>
22 22 <amdaParam name='eiscat_esr42m_##yaxis##'/>
... ...