Commit cceb7dfc026dae14ed6db783cc4f619c4857ad7c

Authored by Quentin Brzustowski
1 parent 3438bfb7

parameters for stereo A-B mag 1min in RTN coord

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