Commit 77e3d3ff6297a8fc6c8b1ec5fc8f6921c831e089
1 parent
5a822c88
Exists in
master
and in
7 other branches
cass els 2d
Showing
2 changed files
with
10 additions
and
11 deletions
Show diff stats
PARAM_DEF/c1_hia_pad.xml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <info> |
4 | 4 | <table> |
5 | 5 | <boundsTable dim="1" name="Energy" boundsName="energy" units="eV"/> |
6 | - <centerTable dim="0" name="PA" centerName="pitch" size="11.25" units="deg."/> | |
6 | + <centerTable dim="0" name="PA" centerName="pitch" size="11.25" units="deg"/> | |
7 | 7 | </table> |
8 | 8 | </info><get> |
9 | 9 | <vi name="clust1:hia:pad"> |
... | ... |
PARAM_DEF/cass_caps_els.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="cass_caps_els_##anode##""> | |
2 | +<param xml:id="cass_caps_els"> | |
3 | 3 | <info> |
4 | - <table> | |
5 | - <boundsTable name="Energy" boundsName="Energy" units="eV"/> | |
4 | + <table> | |
5 | + <boundsTable dim="1" name="Energy" boundsName="Energy" units="eV"/> | |
6 | 6 | </table> |
7 | - </info> | |
8 | 7 | <get> |
9 | - <vi name="cass:caps:elssec"> | |
10 | - <baseParam name="ELS"> | |
11 | - <clb name="Energy"/> | |
12 | - </baseParam> | |
13 | - </vi> | |
8 | + <vi name="cass:caps:elssec"> | |
9 | + <baseParam name="ELS"> | |
10 | + <clb name="Energy"/> | |
11 | + </baseParam> | |
12 | + </vi> | |
14 | 13 | </get> |
15 | 14 | <process/> |
16 | 15 | <output><plot> |
17 | 16 | <timePlot> |
18 | 17 | <params> |
19 | - <param id="cass_caps_els_##anode##""> | |
18 | + <param id="cass_caps_els"> | |
20 | 19 | <spectro yAxis="y-left"/> |
21 | 20 | </param> |
22 | 21 | </params> |
... | ... |