Commit b865f6795c61b167c5062ef8933a6bda5c3f4055
1 parent
03c93deb
Exists in
master
and in
7 other branches
TIMED/SEE/HIGH
Showing
2 changed files
with
60 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,25 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="timed_ln_high"> | |
3 | + <get> | |
4 | + <vi name="timed:see:l3a"> | |
5 | + <baseParam name="LINE_FLUX"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="timed_ln_high"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
20 | + </yAxis> | |
21 | + </axes> | |
22 | + </timePlot> | |
23 | + </plot> | |
24 | + </output> | |
25 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="timed_sp_high"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable size="1" name="wavelength" centerName="SP_WAVE" units="nm"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="timed:see:l3a"> | |
10 | + <baseParam name="SP_FLUX"> | |
11 | + <clb name="SP_WAVE"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="timed_sp_high"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left" scale="linear"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | |
... | ... |