Commit 2e9a6b575875059e62fae2200034cda22ea7ad6c
1 parent
a21567c1
Exists in
master
and in
7 other branches
gll pws
Showing
2 changed files
with
68 additions
and
2 deletions
Show diff stats
PARAM_DEF/gll_pws_sumelec.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="gll_pws_sumelec"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="gll:pws:sumelec"><baseParam name="DENSITY"/></vi></get><process/><output><!--<plot>SPECTRA</plot>--></output></param> | |
2 | +<param xml:id="gll_pws_sumelec"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <boundsTable name="Frequency" boundsName="FreqElec" units="Hz"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gll:pws:sumelec"> | |
10 | + <baseParam name="DENSITY"> | |
11 | + <clb name="FreqElec"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gll_pws_sumelec"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |
PARAM_DEF/gll_pws_summag.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="gll_pws_summag"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="gll:pws:summag"><baseParam name="DENSITY"/></vi></get><process/><output><!--<plot>SPECTRA</plot>--></output></param> | |
2 | +<param xml:id="gll_pws_summag"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <boundsTable name="Frequency" boundsName="FreqMag" units="Hz"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="gll:pws:summag"> | |
10 | + <baseParam name="DENSITY"> | |
11 | + <clb name="FreqMag"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gll_pws_summag"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |