Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ MVDTool Public archive

Parser and command line tool for MVD file format

License

Notifications You must be signed in to change notification settings

BlueBrain/MVDTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVD-tool

** Info

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


** Authors
Adrien Devresse <[email protected]>


** License
LGPLv2.1+