Commit d2fd62ebef776b4bd6faef3b3504bc8ad56d25f8

Authored by Quentin Brzustowski
1 parent 41a0c51e

parameters for stereo b mag 1 min

Showing 2 changed files with 22 additions and 0 deletions   Show diff stats
PARAM_DEF/stb_b_sc.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="stb_b_sc">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="stb:mag:1min">
  6 + <baseParam name="B_SC"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/stb_b_tot.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="stb_b_tot">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="stb:mag:1min">
  6 + <baseParam name="B_SC"/>
  7 + </vi>
  8 + </get>
  9 + <process description="magnitude(stb_b_sc)">magnitude($stb_mag_1min_B_SC)</process>
  10 + <output/>
  11 +</param>
... ...