Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tstenner/nedfreader
- Owner: tstenner
- Created: 2019-07-04T11:17:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T09:00:58.000Z (over 4 years ago)
- Last Synced: 2024-05-02T00:58:33.144Z (8 months ago)
- Topics: eeg, neuroscience
- Language: C#
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 filesUsage:
NedfExport [options] ...Arguments:
NEDF files to processOptions:
-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`.