From 7ec5d5e780b24d32a0f4885b80390e7089f057eb Mon Sep 17 00:00:00 2001 From: Julia Sprenger Date: Wed, 9 Nov 2022 18:11:26 +0100 Subject: [PATCH] Add first BEP032 objects --- src/schema/objects/extensions.yaml | 5 +++++ src/schema/objects/modalities.yaml | 3 +++ src/schema/objects/suffixes.yaml | 10 ++++++++++ 3 files changed, 18 insertions(+) diff --git a/src/schema/objects/extensions.yaml b/src/schema/objects/extensions.yaml index 96056e497d..21535aae96 100644 --- a/src/schema/objects/extensions.yaml +++ b/src/schema/objects/extensions.yaml @@ -189,6 +189,11 @@ niigz: display_name: Compressed NIfTI description: | A compressed Neuroimaging Informatics Technology Initiative (NIfTI) data file. +nix: + value: .nix + display_name: Neuroscience Information Exchange Format + description: | + A [Neuroscience Information Exchange](https://nixio.readthedocs.io) file. nwb: value: .nwb display_name: Neurodata Without Borders Format diff --git a/src/schema/objects/modalities.yaml b/src/schema/objects/modalities.yaml index 4809e380df..23f377371d 100644 --- a/src/schema/objects/modalities.yaml +++ b/src/schema/objects/modalities.yaml @@ -35,3 +35,6 @@ motion: nirs: display_name: Near-Infrared Spectroscopy description: Data acquired with NIRS. +ephys: + display_name: Electrophysiology + description: Data acquired using microelectrodes. diff --git a/src/schema/objects/suffixes.yaml b/src/schema/objects/suffixes.yaml index 16e410c70d..c4ec793c2c 100644 --- a/src/schema/objects/suffixes.yaml +++ b/src/schema/objects/suffixes.yaml @@ -571,6 +571,11 @@ electrodes: display_name: Electrodes description: | File that gives the location of (i)EEG electrodes. +ephys: + value: ephys + display_name: Electrophysiology + description: | + Extra- or intracellular microelectrode recording data. epi: value: epi display_name: EPI @@ -727,6 +732,11 @@ physio: display_name: Physiological recording description: | Physiological recordings such as cardiac and respiratory signals. +probe: + value: probe + display_name: A recording probe + description: | + A probe with one or more recording contacts. probseg: value: probseg display_name: Probabilistic Segmentation