ladisk / LDAQ

MIT License
24 stars 5 forks source link

periodic saving misses data #60

Closed gasperkrivic closed 1 year ago

gasperkrivic commented 1 year ago

image

TKosir commented 1 year ago

here it might seem that are missing data in the middle, but actually we're missing data at the end and generated time vector is wrong. I will try to solve this issue soon.

TKosir commented 1 year ago

same bug as #44 .

gasperkrivic commented 1 year ago

I ran the measurement for 30 minutes, which should result in 54k data points, but only the last 11912 data points were saved.

image

Also the time vector is skipping:

image

TKosir commented 1 year ago

I've found a bug related to the relative paths of files in which measurements are saved. I've solved the issue, now the periodic saving works for me. I've updated the master branch with the changes.