Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tstenner/nedfreader

Brainvision Analyzer component to read StarStim / Enobio .nedf files
https://github.com/tstenner/nedfreader

eeg neuroscience

Last synced: about 1 month ago
JSON representation

Brainvision Analyzer component to read StarStim / Enobio .nedf files

Awesome Lists containing this project

README

        

# C# NEDF reader

## NEDF reader for Analyzer2

This is a reader component to allow
[Brainvision Analyzer](https://www.brainproducts.com/productdetails.php?id=17)
to read
[NEDF](https://www.neuroelectrics.com/wiki/index.php/Files_%26_Formats#The_.nedf_.28binary.29_data_format)
files (commonly produced by Enobio / StarStim EEG headsets).

### Installation

Simply copy the [`dll` files](https://github.com/tstenner/nedfreader/releases/latest)
to your Analyzer directory or add the downloaded folder to the analyzer config:

![Analyzer admin screenshot](analyzeradmin.png)

## NedfExport

```
NedfExport:
Export header / marker data for NEDF files

Usage:
NedfExport [options] ...

Arguments:
NEDF files to process

Options:
-o, --statsfile File to save stats to instead of stdout
--errlog File to log errors to instead of stderr
--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`.