tudat-team / tudat

A C++ platform to perform astrodynamics and space research.
BSD 3-Clause "New" or "Revised" License
17 stars 28 forks source link

Remove one-leg observation models #157

Closed MiguelAvillez closed 4 weeks ago

MiguelAvillez commented 1 year ago

Remove the one-leg observation models OneWayDifferencedRangeObservationModel and OneWayRangeObservationModel. Both do effectively the same as their n-leg counterparts (respectively NWayDifferencedRangeObservationModel and NWayRangeObservationModel). The n-leg classes already support models with a single leg. Removing the one-leg models will allows getting rid of some code duplication.