Commit 27aa27bb08f20080b2f87a00191fa52e676754e2

Authored by Elena.Budnik
1 parent 631292ee

temp

PARAM_DEF/mav_sta_c6.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="mav_sta_c6">
3   - <info>
4   - <table>
5   - <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_sta_c6_energy_mass0" log="false"/>
6   - </table>
7   - </info>
8   - <get>
9   - <amdaParam name="mav_sta_c6_tab2d"/>
10   - <amdaParam name="mav_sta_c6_energy_mass0"/>
11   - </get>
12   - <process description="Mass 0">$mav_sta_c6_tab2d[0].toVector()</process>
13   - <output/>
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_c6_energy" log="false"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="mavpds:sta:c6">
  10 + <baseParam name="eflux"/>
  11 + </vi>
  12 + <amdaParam name="mav_c6_energy"/>
  13 + </get>
  14 + <process/>
  15 + <output/>
14 16 </param>
15 17  
... ...
PARAM_DEF/r_mars.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="r_mars">
3   - <get><vi name="mars:orb:all"><baseParam name="R_IAU_SUN"/></vi></get><process/><output/></param>
  3 + <get>
  4 + <vi name="mars:orb:all">
  5 + <baseParam name="R_IAU_SUN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$mars_orb_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/xyz_mars_hci.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="xyz_mars_hci"><get><vi name="mars:orb:all"><baseParam name="HCI"/></vi></get><process/><output/></param>
  2 +<param xml:id="xyz_mars_hci">
  3 + <get>
  4 + <vi name="mars:orb:all">
  5 + <baseParam name="HCI"/>
  6 + </vi>
  7 + </get>
  8 + <process>$mars_orb_all_HCI/ASTRONOMICAL_UNIT</process>
  9 + <output/>
  10 +</param>
... ...