From 7c2b59c432bcb8399d4b6f8a26fbd07d70a6f9f6 Mon Sep 17 00:00:00 2001 From: Quentin Brzustowski Date: Wed, 20 May 2020 13:12:37 +0200 Subject: [PATCH] added parameters for STEREO B orbit --- NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 119 insertions(+), 13 deletions(-) diff --git a/NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml b/NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml index f045f8c..aad4e7a 100644 --- a/NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml +++ b/NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml @@ -34,7 +34,7 @@ Heliosphere xyz_gse - stb_gse + stb_xyz_gse pos.earth;instr.obsty Re @@ -49,17 +49,17 @@ x 1 - stb_gse(0) + stb_xzy_gse(0) y 2 - stb_gse(1) + stb_xzy_gse(1) z 3 - stb_gse(2) + stb_xzy_gse(2) @@ -68,7 +68,7 @@ xyz_hee - stb_hee + stb_xzy_hee pos.heliocentric;pos.distance;instr.obsty AU @@ -83,17 +83,17 @@ x 1 - stb_hee(0) + stb_xzy_hee(0) y 2 - stb_hee(1) + stb_xzy_hee(1) z 3 - stb_hee(2) + stb_xzy_hee(2) @@ -101,18 +101,40 @@ - distance stb-sun - stb_r_hee - pos.distance + xyz_hci + stb_xyz_hci + pos.heliocentric;pos.distance;instr.obsty AU + + Cartesian + HCI + TimeSeries + + 3 + + x + 1 + stb_xyz_hci(0) + + + y + 2 + stb_xyz_hci(1) + + + z + 3 + stb_xyz_hci(2) + + Positional - - + + distance stb-earth stb_r_gse pos.distance @@ -124,5 +146,89 @@ Positional + + distance stb-sun + stb_r_hee + pos.distance + AU + + TimeSeries + + + Positional + + + + lon iau_sun + stb_lon_sun + deg + + Cartesian + IAU_SUN + + + TimeSeries + + + + lat iau_sun + stb_lat_sun + deg + + Cartesian + IAU_SUN + + + TimeSeries + + + + lon hee + stb_lon_hee + deg + + Cartesian + HEE + + + TimeSeries + + + + lat hee + stb_lat_hee + deg + + Cartesian + HEE + + + TimeSeries + + + + lon hci + stb_lon_hci + deg + + Cartesian + HCI + + + TimeSeries + + + + lat hci + stb_lat_hci + deg + + Cartesian + HCI + + + TimeSeries + + -- libgit2 0.21.2