Commit 1604a2ea2f8c2295d43bcca297554ec637e8cedd
1 parent
54be8b2e
Exists in
master
and in
112 other branches
Defined default drawing type for EISCAT parameters
Showing
4 changed files
with
44 additions
and
4 deletions
Show diff stats
generic_data/ParamTemplate/eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##.xml
... | ... | @@ -22,5 +22,15 @@ |
22 | 22 | <amdaParam name='eiscat_esr42m_##yaxis##'/> |
23 | 23 | </get> |
24 | 24 | <process/> |
25 | - <output/> | |
25 | + <output> | |
26 | + <plot> | |
27 | + <timePlot> | |
28 | + <params> | |
29 | + <param id="eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##"> | |
30 | + <spectro yAxis="y-left"/> | |
31 | + </param> | |
32 | + </params> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
26 | 36 | </param> |
... | ... |
generic_data/ParamTemplate/eiscat_esr42m_te_##mode##_##corrected##_##yaxis##.xml
... | ... | @@ -22,5 +22,15 @@ |
22 | 22 | <amdaParam name='eiscat_esr42m_##yaxis##'/> |
23 | 23 | </get> |
24 | 24 | <process/> |
25 | - <output/> | |
25 | + <output> | |
26 | + <plot> | |
27 | + <timePlot> | |
28 | + <params> | |
29 | + <param id="eiscat_esr42m_te_##mode##_##corrected##_##yaxis##"> | |
30 | + <spectro yAxis="y-left"/> | |
31 | + </param> | |
32 | + </params> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
26 | 36 | </param> |
... | ... |
generic_data/ParamTemplate/eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##.xml
... | ... | @@ -22,5 +22,15 @@ |
22 | 22 | <amdaParam name='eiscat_esr42m_##yaxis##'/> |
23 | 23 | </get> |
24 | 24 | <process/> |
25 | - <output/> | |
25 | + <output> | |
26 | + <plot> | |
27 | + <timePlot> | |
28 | + <params> | |
29 | + <param id="eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##"> | |
30 | + <spectro yAxis="y-left"/> | |
31 | + </param> | |
32 | + </params> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
26 | 36 | </param> |
... | ... |
generic_data/ParamTemplate/eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##.xml
... | ... | @@ -22,5 +22,15 @@ |
22 | 22 | <amdaParam name='eiscat_esr42m_##yaxis##'/> |
23 | 23 | </get> |
24 | 24 | <process/> |
25 | - <output/> | |
25 | + <output> | |
26 | + <plot> | |
27 | + <timePlot> | |
28 | + <params> | |
29 | + <param id="eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##"> | |
30 | + <spectro yAxis="y-left"/> | |
31 | + </param> | |
32 | + </params> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
26 | 36 | </param> |
... | ... |