ladisk / LDAQ

MIT License
24 stars 5 forks source link

ENH: use time module in acquisition and core module where sampling freq is not available #8

Closed klemengit closed 1 year ago

klemengit commented 2 years ago

if sample rate is present in acq., use sample rate for the plotting. if the sample rate is not present, use time module (time.time). if channels from multiple different acquisitions are plotted in the same subplot, use time module for time axis.

(for acquisition: if sample rate variable is not present, add channel to the end which represents the time vector.)

TKosir commented 1 year ago

Implemented in the new version.