Problem that there is a mismatch between AB and C BJD.
Find out is this due to rounding of saved header keys (in rdb file)?
Plot the delta time between these
If it is a rounding issue then we can add a np.round criteria to the lbl code before we compare the both (no more than 1e-4 if the delta time is always smaller).
Problem that there is a mismatch between AB and C BJD.
If it is a rounding issue then we can add a
np.round
criteria to the lbl code before we compare the both (no more than 1e-4 if the delta time is always smaller).If bigger we need to figure out what is going on.