From e2030ace9c7f8dd3690ab2e82510bcc0623f5462 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 17 Apr 2024 11:59:52 -0400 Subject: [PATCH] Comment out not yet defined iephys and add ephys to datatypes where it was missing --- src/schema/objects/datatypes.yaml | 4 ++++ src/schema/rules/files/raw/channels.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/schema/objects/datatypes.yaml b/src/schema/objects/datatypes.yaml index c51fa41382..b3751303b7 100644 --- a/src/schema/objects/datatypes.yaml +++ b/src/schema/objects/datatypes.yaml @@ -20,6 +20,10 @@ eeg: value: eeg display_name: Electroencephalography description: Electroencephalography +ephys: + value: ephys + display_name: Electrophysiology + description: Data acquired using microelectrodes. fmap: value: fmap display_name: Field maps diff --git a/src/schema/rules/files/raw/channels.yaml b/src/schema/rules/files/raw/channels.yaml index d3415c1b7f..b2b0470252 100644 --- a/src/schema/rules/files/raw/channels.yaml +++ b/src/schema/rules/files/raw/channels.yaml @@ -71,7 +71,7 @@ coordsystem__ephys: $ref: rules.files.raw.channels.coordsystem datatypes: - ephys - - iephys + # TODO - iephys entities: $ref: rules.files.raw.channels.coordsystem.entities sample: optional