I’m not sure it will work because the clock drift driver is not use for the theoretical calculation of the range measurement in Range
class. This parameter has been added for range rate measurement.
Therefore, if you want to use it for a range measurement, I think you will have to implement your own Range
class (i.e. maybe by extending the existing class and overriding the theoreticalEvaluation
method.
Are the evolution of the clock parameters stochastic? If not, maybe you can try to increase the noise values for these parameters.
First, maybe you can look at this post on the forum. However, I don’t think that it is currently possible in Orekit to recover an ambiguity from a “combined” ambiguity. To be more precise, I was not aware that it is possible Do you have a paper or a document presenting a method?
Bryan