/MVDTool

Parser and command line tool for MVD file format

Primary LanguageC++OtherNOASSERTION

MVD-tool

Information

A simple C++ parser and tool for the MVD3 neuroscience file format

  • provide a tool to convert MVD2 to MVD3
  • provide a tool to export MVD to CSV
  • provide a simple header base parser for MVD2
  • provide a parser based on the HighFive library for MVD3

Compilation

fetch HighFive as submodule ( if not already done )

git submodule update --recursive --init

configure, compile

mkdir build; pushd build
cmake ../
make

Contributors

License

LGPLv2.1+