Commit 41a0c51e4b9ca06598e4fe6038e196665e7f47a4

Authored by Quentin Brzustowski
1 parent 74e83033

parameters for stereo A mag 1 min

PARAM_DEF/sta_b.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="sta_b"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="sta:mag:mag"><baseParam name="B"/></vi></get><process/><output/></param>
  2 +<param xml:id="sta_b">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="sta:mag:mag">
  6 + <baseParam name="B"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/sta_b_sc.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sta_b_sc">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="sta:mag:1min">
  6 + <baseParam name="B_SC"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/sta_b_tot.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sta_b_tot">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="sta:mag:1min">
  6 + <baseParam name="B_SC"/>
  7 + </vi>
  8 + </get>
  9 + <process description="magnitude(sta_b_sc)">magnitude($sta_mag_1min_B_SC)</process>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/sta_btot.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="sta_btot"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="sta:mag:mag"><baseParam name="B_mod"/></vi></get><process/><output/></param>
  2 +<param xml:id="sta_btot">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="sta:mag:mag">
  6 + <baseParam name="B_mod"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...