BlackrockNeurotech / NPMK

Neural Processing Matlab Kit is a set of functions for loading and manipulating data from Blackrock Microsystems' data files (.CCF, .NEV, .NSx).
45 stars 57 forks source link

Removed floor() from MetaTags.DataDurationSec #47

Closed dkluger closed 1 year ago

dkluger commented 1 year ago

Running test protocol caught this. I'm seeing that outputs from samplealign are flooring the file duration readout when they shouldn't be floored. It should be a decimal value assuming mod(ndatapoints, samplingfreq) ~= 0

Debatable if we need to bump up a version number. This amounts to a very minor fix.