Skip to content

Commit e2030ac

Browse files
committed
Comment out not yet defined iephys and add ephys to datatypes where it was missing
1 parent 08c92cd commit e2030ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/schema/objects/datatypes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ eeg:
2020
value: eeg
2121
display_name: Electroencephalography
2222
description: Electroencephalography
23+
ephys:
24+
value: ephys
25+
display_name: Electrophysiology
26+
description: Data acquired using microelectrodes.
2327
fmap:
2428
value: fmap
2529
display_name: Field maps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ coordsystem__ephys:
7171
$ref: rules.files.raw.channels.coordsystem
7272
datatypes:
7373
- ephys
74-
- iephys
74+
# TODO - iephys
7575
entities:
7676
$ref: rules.files.raw.channels.coordsystem.entities
7777
sample: optional

0 commit comments

Comments
 (0)