Computation of DSN 2-way Doppler observations is unit tested in unitTestDsnNWayDopplerObservationModel.cpp (not yet merged with develop; see https://github.com/tudat-team/tudat/pull/173). Currently the testing is done by comparing the values produced by the code with hard-coded values... also produced by the code 🙃. Ideally the test should be done against the values from Verma (2022), which are already listed in the unit test (but not used); this isn't done at the moment because our residuals don't coincide exactly with Verma's (see attached image).
TODO:
[x] Find out what causes the discrepancy between ours and Verma's residuals
[x] Correct unit test to use Verma's values as reference
Computation of DSN 2-way Doppler observations is unit tested in unitTestDsnNWayDopplerObservationModel.cpp (not yet merged with develop; see https://github.com/tudat-team/tudat/pull/173). Currently the testing is done by comparing the values produced by the code with hard-coded values... also produced by the code 🙃. Ideally the test should be done against the values from Verma (2022), which are already listed in the unit test (but not used); this isn't done at the moment because our residuals don't coincide exactly with Verma's (see attached image).
TODO: