Commit c9f9175c8c4582dc291caf3c8bb17844495e542a

Authored by Quentin Brzustowski
1 parent a4c0dbda

corrected process for module of B field

Showing 2 changed files with 6 additions and 11 deletions   Show diff stats
PARAM_DEF/sta_b_tot.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="sta_b_tot">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
4 3 <get>
5   - <vi name="sta:b:1min">
6   - <baseParam name="B_SC"/>
7   - </vi>
  4 + <amdaParam name="sta_b_rtn"/>
8 5 </get>
9   - <process description="magnitude(sta_b_sc)">magnitude($sta_mag_1min_B_SC)</process>
  6 + <process description="magnitude(sta_b_rtn)">magnitude($sta_b_rtn)</process>
10 7 <output/>
11 8 -</param>
  9 +</param>
12 10 \ No newline at end of file
... ...
PARAM_DEF/stb_b_tot.xml
... ... @@ -2,10 +2,8 @@
2 2 <param xml:id="stb_b_tot">
3 3 <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
4 4 <get>
5   - <vi name="stb:b:1min">
6   - <baseParam name="B_SC"/>
7   - </vi>
  5 + <amdaParam name="stb_b_rtn"/>
8 6 </get>
9   - <process description="magnitude(stb_b_sc)">magnitude($stb_b_sc)</process>
  7 + <process description="magnitude(stb_b_rtn)">magnitude($stb_b_rtn)</process>
10 8 <output/>
11 9 -</param>
  10 +</param>
12 11 \ No newline at end of file
... ...