Commit 1cae95760cf226e3e79730e9ade17f9dfa2800d3

Authored by Elena.Budnik
1 parent c3c4c4c5

corrected table

Showing 1 changed file with 5 additions and 6 deletions   Show diff stats
e_mgs_er.xml
... ... @@ -2,19 +2,18 @@
2 2 <param xml:id="e_mgs_er">
3 3 <info>
4 4 <table>
5   - <minMaxTable name="Energy" minName="energyMin" maxName="energyMax" units="eV"/>
  5 + <boundsTable name="Energy" boundsName="energy" units="eV"/>
6 6 </table>
7 7 </info>
8 8 <get>
9 9 <vi name="mgs:er:omni">
10 10 <baseParam name="e_flux">
11   - <clb name="energyCenter"/>
12   - <clb name="energyMinus"/>
13   - <clb name="energyPlus"/>
  11 + <clb name="energy"/>
14 12 </baseParam>
15 13 </vi>
16 14 </get>
17   - <clbProcess>energy_bounds(energyMin,energyMax,energyCenter,energyMinus,energyPlus)</clbProcess>
18 15 <process/>
19   - <output/>
  16 + <output>
  17 + <!-- <plot>SPECTRA</plot>-->
  18 + </output>
20 19 </param>
... ...