ladisk / LDAQ

MIT License
24 stars 5 forks source link

Support for extra long measurements #20

Closed TKosir closed 11 months ago

TKosir commented 1 year ago

Currently, there are several limitations: 1) ring buffer from pyTrigger generates an array of zeros for the whole measurement duration 2) periodic saving loads ALL data, appends new data and saves data 3) Core class does not know if one of the acquisition threads received an error and has been stopped

How to solve the limitations: 1)

TKosir commented 1 year ago

1.) Solved.

2.) Data format will not be changed unless needed.

3.) TODO