I try to write my own datafield. However, I am a bit confused about the accessable of data. I use the compute(info) function to calculate my values and write them in a custom field to the fit file with setData(data). In case I write e.g. info.elapsedDistance to the fit file, it is delayed by one time step/second. Is it somehow possible to write the data to the current time step or in my case the time step before?