Tracker.filter_ekfs¶
- Tracker.filter_ekfs(ekfs_to_filter, number_of_ekfs)[source]¶
This method does backwards smoothing on each EKF and figures out which are actually valid
- Parameters
ekfs_to_filter (Iterable[giant.ufo.extended_kalman_filter.ExtendedKalmanFilter]) – The list of EKFs to filter
number_of_ekfs (int) – The number of ekfs there are to filter