Skip to content

BV2BIDS is a command line tool that creates the EEG-BIDS folder hierarchy from BVCD files.

License

Notifications You must be signed in to change notification settings

brain-products/BVTools

Repository files navigation

Introduction

BV2BIDS is a command line tool that creates the EEG-BIDS folder hierarchy from BVCD files.

Getting Started

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.

Usage

Supported projects targeting:

  • .net7.0+

Supported language versions:

Build & Run

You should be able to build BV2BIDS for any of OS versions supported by .NET Core.

  1. Build:
    dotnet build sln/BVTools.sln
    
    or
    dotnet build src/FileFormats/src/FileFormats.BrainVisionToBidsConverterCLI/FileFormats.BrainVisionToBidsConverterCLI.csproj
    
  2. Run:
    dotnet run --project src/FileFormats/src/FileFormats.BrainVisionToBidsConverterCLI/FileFormats.BrainVisionToBidsConverterCLI.csproj
    
  3. 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
    

Download

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.

About

BV2BIDS is a command line tool that creates the EEG-BIDS folder hierarchy from BVCD files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages