Commit dda895d5731e3a4c2a1b3a68ba4ec0edf8c685c5

Authored by Quentin Brzustowski
1 parent c267307d

Split proton velocity into 3 datasets

PARAM_DEF/irm_pla_vH.xml
... ... @@ -2,7 +2,7 @@
2 2 <param xml:id='irm_pla_vH'>
3 3 <get>
4 4 <vi name='irm:pla:all'>
5   - <baseParam name='V_p'/>
  5 + <baseParam name='Vmagnitude'/>
6 6 </vi>
7 7 </get>
8 8 <process/>
... ...
PARAM_DEF/irm_pla_vlat.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='irm_pla_vlat'>
  3 + <get>
  4 + <vi name='irm:pla:all'>
  5 + <baseParam name='Vlatitude'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/irm_pla_vlon.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='irm_pla_vlon'>
  3 + <get>
  4 + <vi name='irm:pla:all'>
  5 + <baseParam name='Vlongitude'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...