ut-astria / orbdetpy

Orbit Determination with Python
https://ut-astria.github.io/orbdetpy
GNU General Public License v3.0
117 stars 38 forks source link

Propagation between measurement steps in Sequential Filter #12

Open aerow610 opened 5 years ago

aerow610 commented 5 years ago

In the interest of generating an ephemeris from solution state results, it would be nice to have propagation between the measurement steps reported out into the OD output. Or perhaps a method to generate an ephemeris from the results of a run.

While on the topic, it would also be nice to have a backwards-running smoothing function for said filter output. Filtered ephems are often jagged and unrealistic in their steps.

Thanks!