Commit 5a7bfe0264185d1ed5c41e8b8006997096bf2398

Authored by Quentin Brzustowski
1 parent 47be621c

Added parameters for AMPTE/CCE/MAG

Showing 2 changed files with 9 additions and 1 deletions   Show diff stats
PARAM_DEF/cce_b_all.xml
... ... @@ -2,7 +2,7 @@
2 2 <param xml:id='cce_b_all'>
3 3 <get>
4 4 <vi name='cce:mag:all'>
5   - <baseParam name=''/>
  5 + <baseParam name='B_GSE'/>
6 6 </vi>
7 7 </get>
8 8 <process/>
... ...
PARAM_DEF/cce_b_tot.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cce_b_tot">
  3 + <get>
  4 + <amdaParam name="cce_b_all" />
  5 + </get>
  6 + <process description="magnitude(cce_b_all)">magnitude($cce_b_all)</process>
  7 + <output/>
  8 +</param>
... ...