Is it possible to process a TDM file for Orbit Determination: The TDM file contains Range, Angular and Range rate measurements for processing. I had been check through few posts and replies in the forum. But even with references I stuck with processing the same in OREKIT supported version. It would be great if someone can guide me through the process for the same
May be you can check the Orekit Tutorial orekit-tutorials-13.0/src/main/java/org/orekit/tutorials/estimation/NumericalOrbitDetermination.java, which use orekit-tutorials-13.0/src/main/resources/orbit-determination-w3b.yaml to setup OD, and orekit-tutorials-13.0/src/main/resources/W3B.aer as data input (range & az_el)
Orekit indeed provide OD processing of range-rate by orekit-13.1/src/main/java/org/orekit/estimation/measurements/RangeRate.java. you need to add it to the above NumericalOrbitDetermination.