Skip to content

Commit

Permalink
fix schema for i/eeg coordsys+elecs (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Feb 25, 2021
1 parent e146e0f commit 9cb5612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/schema/datatypes/eeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
subject: required
session: optional
acquisition: optional
space: optional
- suffixes:
- electrodes
extensions:
Expand Down
5 changes: 3 additions & 2 deletions src/schema/datatypes/ieeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@
entities:
subject: required
session: optional
acquisition: optional
space: optional
- suffixes:
- electrodes
extensions:
# No json, since electrodes.tsv uses coordsystem.json for metadata
- .json
- .tsv
entities:
subject: required
session: optional
space: optional
acquisition: optional
space: optional
- suffixes:
- events
extensions:
Expand Down

0 comments on commit 9cb5612

Please sign in to comment.