DanBerge / TDMSReader.jl

Library to read National Instruments TDMS file format in native Julia.
MIT License
6 stars 5 forks source link

Support Interleaved Data #6

Open nkraemer2 opened 1 year ago

nkraemer2 commented 1 year ago

If this library is still being developed, it would be great if it was able to handle interleaved data. At the very least, it should throw an error if the data is interleaved while reading interleaved data is not supported.