tstenner / nedfreader

Brainvision Analyzer component to read StarStim / Enobio .nedf files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# NEDF reader

NEDF reader for Analyzer2

This is a reader component to allow Brainvision Analyzer to read NEDF files (commonly produced by Enobio / StarStim EEG headsets).

Installation

Simply copy the dll files to your Analyzer directory or add the downloaded folder to the analyzer config:

Analyzer admin screenshot

NedfExport

NedfExport:
  Export header / marker data for NEDF files

Usage:
  NedfExport [options] <files>...

Arguments:
  <files>    NEDF files to process

Options:
  -o, --statsfile <statsfile>    File to save stats to instead of stdout
  --errlog <errlog>              File to log errors to instead of stderr
  --maxsamples <maxsamples>      Quit after this many samples, useful for sanity checks [default: 2147483647]
  --markercsv                    Write a CSV file with markers for each supplied nedf file
  --version                      Show version information
  -?, -h, --help                 Show help and usage information

For Windows users: drag one or more nedf files onto NedfExport.exe.

About

Brainvision Analyzer component to read StarStim / Enobio .nedf files


Languages

Language:C# 100.0%