Hi @GMari,
With the Kalman, if you have measurements on the same date you should “multiplex” them using the MultiplexedMeasurement
class.
Otherwise, you re-estimate the state (including the clock offset) for each measurement instead of using the fact that you have different measurements from different sources on the same date.
Cheers,
Maxime