Commit d5fc91a6f66068b87e4bed96049b25b0a4999c57

Authored by Benjamin Renard
1 parent fb417498

SolarOrbiter / PAS / L2 / MOM - Add pressure tensor + temperature in RTN frame

PARAM_DEF/pas_momgr_pressrtn.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momgr_pressrtn">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momgr1'>
  6 + <baseParam name="P_RTN"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/pas_momgr_trtn.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momgr_trtn">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momgr1'>
  6 + <baseParam name="TxTyTz_RTN"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...