There was a bug where when large numbers, such as Unix epoch timestamps, were passed into Tecplot the last few digits would be lost. In the case of the timestamps this lead to loss of precision for any unit of time smaller than 10s of seconds when interpolating onto a satellite trajectory. I've fixed this by using double precision for the timestamps associated with each trajectory, but I have left the types of all other variables as the default floats.