Ensuring continuity in multi arc-propagation #58
Replies: 1 comment 3 replies
-
|
To make sure I understand correctly, you have times t0<t1<t2, with observations around t0 and observations around t2. You want to propagate two arcs: One propagating (forward) from initial state at t0 to t1 If this is the case, then the two states (one forward from t0, one backward from t2) will not match, but will be a result of your initial state and whatever your dynamics is. But, perhaps I am misunderstanding your setup. A more general question: why use a multi-arc propagation, and not a single arc propagation centered at t1, where you propagate backwards to t0 and forward to t2 using this: https://py.api.tudat.space/en/latest/propagator.html#tudatpy.numerical_simulation.propagation_setup.propagator.non_sequential_termination termination setting If it's an MPC object, I'd assume that you want to end up with a single continuous arc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I’m currently trying to use Tudat to estimate and orbit starting from observations from the MPC. Given the availability of the observations, I am applying multi-arc propagation and integrating forward starting from the first available set of observations, and backwards starting from the last set, terminating each propagation at the middle epoch.
I was wondering if, in cases like this, it is possible to enforce continuity between the 2 arcs in Tudat, as I wasn’t able to find the relative documentation.
Thank you!
Margherita
Beta Was this translation helpful? Give feedback.
All reactions