From 1fe9882875d75c8ff7efebf4150af24a2d1f39cf Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 14 Feb 2022 08:18:08 +0100 Subject: [PATCH] SolarOrbiter / PAS / L2 / MOM - Add pressure tensor + temperature in RTN frame --- NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr1.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr1.xml b/NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr1.xml index e899c57..58da796 100644 --- a/NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr1.xml +++ b/NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr1.xml @@ -211,7 +211,38 @@ pas_momgr_t(2) - + + + t_rtn + pas_momgr_trtn + Temperature components (Tx, Ty, Tz) in RTN frame + + eV + + TimeSeries + + + 3 + + t_xx + Component.I + 1 + pas_momgr_trtn(0) + + + t_yy + Component.J + 2 + pas_momgr_trtn(1) + + + t_zz + Component.K + 3 + pas_momgr_trtn(2) + + + pressure_srf pas_momgr_press @@ -255,5 +286,48 @@ + + pressure_rtn + pas_momgr_pressrtn + Pressure tensor in RTN frame + + J*cm**-3 + + TimeSeries + + + 6 + + press_xx + 1 + pas_momgr_pressrtn(0) + + + press_yy + 2 + pas_momgr_pressrtn(1) + + + press_zz + 3 + pas_momgr_pressrtn(2) + + + press_xy + 4 + pas_momgr_pressrtn(3) + + + press_xz + 5 + pas_momgr_pressrtn(4) + + + press_yz + 6 + pas_momgr_pressrtn(5) + + + -- libgit2 0.21.2