Commit 3a5f6734b47fd48a9ae1ee55e015c1d9c2b55a89
1 parent
a27362d1
Exists in
master
and in
7 other branches
work
Showing
2 changed files
with
54 additions
and
4 deletions
Show diff stats
vo2_lecpurascan_elec.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<!-- TBD --> | |
3 | -<param xml:id="vo2_lecpurascan_elec"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="vo2:lecp:urascan"><baseParam name="ELEC_FLUX"/></vi></get><process/><output><!--<plot>SPECTR</plot>--></output></param> | |
2 | +<param xml:id="vo2_lecpurascan_elec"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Enrgy" centerName="ElecEner" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
9 | + <get> | |
10 | + <vi name="vo2:lecp:urascan"> | |
11 | + <baseParam name="ELEC_FLUX"> | |
12 | + <clb name="ElecEner"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="lecpurascan_elec"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </timePlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
vo2_lecpurascan_ion.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<!-- TBD --> | |
3 | -<param xml:id="vo2_lecpurascan_ion"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="vo2:lecp:urascan"><baseParam name="ION_FLUX"/></vi></get><process/><output><!--<plot>SPECTR</plot>--></output></param> | |
2 | +<param xml:id="vo2_lecpurascan_ion"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Enrgy" centerName="IonEner" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
9 | + <get> | |
10 | + <vi name="vo2:lecp:urascan"> | |
11 | + <baseParam name="ION_FLUX"> | |
12 | + <clb name="IonEner"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="lecpurascan_ion"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </timePlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |