Skip to content

Commit e01ebb5

Browse files
committed
Revert "[ENH] Allow MED format for iEEG data (*_ieeg.medd/) (#1956)"
This reverts commit 436d7cd.
1 parent ac11483 commit e01ebb5

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/modality-specific-files/intracranial-electroencephalography.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ stored in one of the following formats:
3838
| [EEGLAB](https://sccn.ucsd.edu/eeglab/index.php) | `.set`, `.fdt` | The format used by the MATLAB toolbox [EEGLAB](https://sccn.ucsd.edu/eeglab/index.php). Each recording consists of a `.set` file with an OPTIONAL `.fdt` file. |
3939
| [Neurodata Without Borders](https://nwb-schema.readthedocs.io/en/latest/) | `.nwb` | Each recording consists of a single `.nwb` file. |
4040
| [MEF3](https://osf.io/e3sf9/) | `.mefd` | Each recording consists of a `.mefd` directory. |
41-
| [MED](https://medformat.org/) | `.medd` | Each recording consists of a `.medd` directory. |
4241

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

src/schema/objects/extensions.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ md:
153153
display_name: Markdown
154154
description: |
155155
A Markdown file.
156-
medd:
157-
value: .medd/
158-
display_name: Multiscale Electrophysiology Data Format
159-
description: |
160-
A directory in the [MED](https://medformat.org/) format.
161-
Successor to the MEF 3.0 format.
162-
163-
Each recording consists of a `.medd` directory.
164156
mefd:
165157
value: .mefd/
166158
display_name: Multiscale Electrophysiology File Format Version 3.0

src/schema/rules/files/raw/ieeg.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ieeg:
33
suffixes:
44
- ieeg
55
extensions:
6-
- .medd/
76
- .mefd/
87
- .json
98
- .edf

0 commit comments

Comments
 (0)