Commit 634eec3c9f89f4c3077f582e58b9647a4d1d0a27

Authored by Elena.Budnik
1 parent 39ab66e5

voyager bmag var name corr

Showing 2 changed files with 18 additions and 2 deletions   Show diff stats
PARAM_DEF/vo1_bmag_full.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="vo1_bmag_full"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="vo1:mag:full"><baseParam name="B_MAG"/></vi></get><process/><output/></param>
  2 +<param xml:id="vo1_bmag_full">
  3 + <get>
  4 + <vi name="vo1:mag:full">
  5 + <baseParam name="ABS_B"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/vo2_bmag_full.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="vo2_bmag_full"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="vo2:mag:full"><baseParam name="B_MAG"/></vi></get><process/><output/></param>
  2 +<param xml:id="vo2_bmag_full">
  3 + <get>
  4 + <vi name="vo2:mag:full">
  5 + <baseParam name="ABS_B"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...