hernando / MVDTool

Parser and command line tool for MVD file format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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+

About

Parser and command line tool for MVD file format

License:Other


Languages

Language:C++ 63.9%Language:Python 19.0%Language:CMake 16.5%Language:Nix 0.5%