BV2BIDS is a command line tool that creates the EEG-BIDS folder hierarchy from BVCD files.
To build and deploy, all you need is to download and install the .NET Core SDK 3.0.101.
To start coding, use your preferred editor. You may want to choose one of Visual Studio 2019 editions, including the free Community edition.
Supported projects targeting:
- .net7.0+
Supported language versions:
- C# 11.0+
Note that all projects use Nullable Reference Types.
You should be able to build BV2BIDS for any of OS versions supported by .NET Core.
- Build:
or
dotnet build sln/BVTools.sln
dotnet build src/FileFormats/src/FileFormats.BrainVisionToBidsConverterCLI/FileFormats.BrainVisionToBidsConverterCLI.csproj
- Run:
dotnet run --project src/FileFormats/src/FileFormats.BrainVisionToBidsConverterCLI/FileFormats.BrainVisionToBidsConverterCLI.csproj
- Publish for Windows x64:
dotnet publish src/FileFormats/src/FileFormats.BrainVisionToBidsConverterCLI/FileFormats.BrainVisionToBidsConverterCLI.csproj -r win-x64 -c "Release" --self-contained=true -p:PublishSingleFile=true -p:ProductId=BrainVisionToBidsConverterCLI
If you just want to use the BV2BIDS tool without building it, you can download it directly from Brain Products web page.
The tool is digitally signed with Brain Products SHA256 certificate in order to guarantee that the code has not been altered or corrupted.