Skip to content

Commit

Permalink
clarify file formats in EEG, iEEG
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jun 28, 2020
1 parent dd7041b commit 985b4e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
10 changes: 6 additions & 4 deletions src/04-modality-specific-files/03-electroencephalography.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@ The EEG community uses a variety of formats for storing raw data, and there is
no single standard that all researchers agree on. For BIDS, EEG data MUST be
stored in one of the following formats:

- [European data format](https://www.edfplus.info/) (`.edf`)
- [European data format](https://www.edfplus.info/)
(Each recording consisting of a `.edf` file)

- [BrainVision Core Data Format](https://www.brainproducts.com/productdetails.php?id=21&tab=5)
(`.vhdr`, `.vmrk`, `.eeg`) by Brain Products GmbH
(Each recording consisting of a `.vhdr`, `.vmrk`, `.eeg` file triplet)

- The format used by the MATLAB toolbox [EEGLAB](https://sccn.ucsd.edu/eeglab)
(`.set` and `.fdt` files)
(Each recording consisting of a `.set` file with an optional `.fdt` file)

- [Biosemi](https://www.biosemi.com/) data format (`.bdf`)
- [Biosemi](https://www.biosemi.com/) data format
(Each recording consisting of a `.bdf` file)

It is RECOMMENDED to use the European data format, or the BrainVision data
format. It is furthermore discouraged to use the other accepted formats over
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,20 @@ The iEEG community uses a variety of formats for storing raw data, and there is
no single standard that all researchers agree on. For BIDS, iEEG data MUST be
stored in one of the following formats:

- [European Data Format](https://www.edfplus.info/) (`.edf`)
- [European Data Format](https://www.edfplus.info/)
(Each recording consisting of a `.edf` file)

- [BrainVision Core Data Format](https://www.brainproducts.com/productdetails.php?id=21&tab=5)
(`.vhdr`, `.eeg`, `.vmrk`) by Brain Products GmbH
(Each recording consisting of a `.vhdr`, `.vmrk`, `.eeg` file triplet)

- The format used by the MATLAB toolbox [EEGLAB](https://sccn.ucsd.edu/eeglab)
(`.set` and `.fdt` files)
(Each recording consisting of a `.set` file with an optional `.fdt` file)

- [Neurodata Without Borders](https://github.com/NeurodataWithoutBorders/pynwb)
(`.nwb`)
- [Neurodata Without Borders](https://nwb-schema.readthedocs.io)
(Each recording consisting of a `.nwb` file)

- [MEF3](http://msel.mayo.edu/codes.html) (`.mef`)
- [MEF3](https://msel.mayo.edu/files/codes/MEF%203%20Specification.pdf)
(Each recording consisting of a `.mefd` directory)

It is RECOMMENDED to use the European data format, or the BrainVision data
format. It is furthermore discouraged to use the other accepted formats over
Expand Down

0 comments on commit 985b4e0

Please sign in to comment.