Commit 7e0e48ba9453841f93ae888b55147b9ddbb8891b

Authored by Quentin Brzustowski
1 parent f02636a2

added module of mag field for helios1 and helios2

Showing 2 changed files with 20 additions and 0 deletions   Show diff stats
PARAM_DEF/helios1_b_mag.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="helios1_b_mag">
  3 + <get>
  4 + <vi name="helios1:mag:corefit">
  5 + <baseParam name="B_rtn"/>
  6 + </vi>
  7 + </get>
  8 + <process>magnitude($helios1_mag_corefit_B_rtn)</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/helios2_b_mag.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="helios2_b_mag">
  3 + <get>
  4 + <vi name="helios2:mag:corefit">
  5 + <baseParam name="B_rtn"/>
  6 + </vi>
  7 + </get>
  8 + <process>magnitude($helios2_mag_corefit_B_rtn)</process>
  9 + <output/>
  10 +</param>
... ...