https://github.com/aces/eeg2bids
EEG2BIDS Wizard: a tool for converting raw EEG and iEEG data into the BIDS standard data structure, prepared for LORIS (Longitudinal Online Research and Imaging System).
https://github.com/aces/eeg2bids
Last synced: about 1 year ago
JSON representation
EEG2BIDS Wizard: a tool for converting raw EEG and iEEG data into the BIDS standard data structure, prepared for LORIS (Longitudinal Online Research and Imaging System).
- Host: GitHub
- URL: https://github.com/aces/eeg2bids
- Owner: aces
- License: mit
- Created: 2021-02-04T18:34:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T17:45:06.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:34:44.580Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 49.6 MB
- Stars: 8
- Watchers: 7
- Forks: 11
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.jpg)
EEG2BIDS Wizard is a GUI interface for iEEG to BIDS format and used with LORIS (Longitudinal Online Research and Imaging System). Users can use their LORIS credentials with a LORIS URL and automatically retrieve LORIS data for the EEG to BIDS format. Becareful to remove your login credentials after using EEG2BIDS on a shared computer!
## Installation
#### System Requirements
* Linux, macOS, Windows
* 1 GB of disk space
## Development
#### Development Requirements
* [Node.js](https://nodejs.org/en/download/current) == 16.15.1 LTS
* [NPM](https://www.npmjs.com) >= 8.12.1 (included with Node.js)
* [Python](https://www.python.org/downloads/) == 3.10.5
#### Development Build guides
* [macOS: build instructions](./wiki/macOS/README.md)
* [Ubuntu 20.04.2: build instructions](./wiki/ubuntu/README.md)
* [Windows 10: build instructions](./wiki/windows/README.md)
#### Development documentation
* [Introduction](wiki/dev_notes/README.md)
* [React Development](wiki/dev_notes/react/README.md)
## Dependencies
#### Python Dependencies Requirements
* PyInstaller >= 4.2
* eventlet ~= 0.31.0
* mne ~= 0.23.0
* mne-bids ~= 0.8
* mne-features ~= 0.1
* numpy ~= 1.19.5
* python-socketio ~= 5.0.4
* python-engineio ~= 4.0.0
* bids-validator ~= 1.6.0
* pybv ~= 0.4
* requests ~= 2.25.0