Kalman Filter backward pass could use a direct navigator #3995
Labels
Impact - Minor
Nuissance bug and/or affects only a single module
Improvement
Changes to an existing feature
Stale
As discussed in the last parallelization meeting, the backward pass of the Kalman Filter should use the existing trajectory from the forward pass to navigate backwards. This is computationally more efficient as we skip the navigation procedure. At the same time we disallow finding a different surface sequence in the backward pass.
This is also a good opportunity to decouple the forward and backward pass and potentially the extrapolation step.
The text was updated successfully, but these errors were encountered: