Commit fa8c3387106b8d0adb908b61654ce64061a51e26

Authored by Quentin Brzustowski
1 parent c3b1c1ea

modification in names for Stereo MAG 1min

Showing 2 changed files with 17 additions and 0 deletions   Show diff stats
PARAM_DEF/sta_btot_1min.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sta_btot_1min">
  3 + <get>
  4 + <amdaParam name="sta_b_rtn"/>
  5 + </get>
  6 + <process description="magnitude(sta_b_rtn)">magnitude($sta_b_rtn)</process>
  7 + <output/>
  8 +</param>
... ...
PARAM_DEF/stb_btot_1min.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="stb_btot_1min">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <amdaParam name="stb_b_rtn"/>
  6 + </get>
  7 + <process description="magnitude(stb_b_rtn)">magnitude($stb_b_rtn)</process>
  8 + <output/>
  9 +</param>
... ...