Skip to content

MSO: easier reading of data

Laudrain, Antoine requested to merge MSO_easy_read into master

Provide all-in-one functions to read data recorded with MSOS:

  • read appropriate preamble file so that data are always correctly translated from binary to amplitude values
  • simply read several files, with each waveform having the correct corresponding time points
  • provide a data iterator for cases where data management is a problem (loading many files).

Merge request reports