Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add BEP032 (microelectrode electrophysiology) specification #1352

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/schema/objects/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,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
Expand Down
3 changes: 3 additions & 0 deletions src/schema/objects/modalities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ micr:
nirs:
display_name: Near-Infrared Spectroscopy
description: Data acquired with NIRS.
ephys:
display_name: Electrophysiology
description: Data acquired using microelectrodes.
10 changes: 10 additions & 0 deletions src/schema/objects/suffixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,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
Expand Down Expand Up @@ -730,6 +735,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
Expand Down