Skip to content

Commit

Permalink
Added iephys datatype and modality
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Apr 17, 2024
1 parent e2030ac commit cde80a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/schema/objects/datatypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eeg:
description: Electroencephalography
ephys:
value: ephys
display_name: Electrophysiology
display_name: Intracellular Electrophysiology
description: Data acquired using microelectrodes.
fmap:
value: fmap
Expand All @@ -39,6 +39,10 @@ ieeg:
display_name: Intracranial electroencephalography
description: |
Intracranial electroencephalography (iEEG) or electrocorticography (ECoG) data
iephys:
value: iephys
display_name: Intracellular Electrophysiology
description: Data acquired using microelectrodes.
meg:
value: meg
display_name: Magnetoencephalography
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 @@ -38,3 +38,6 @@ nirs:
ephys:
display_name: Electrophysiology
description: Data acquired using microelectrodes.
iephys:
display_name: Intracellular Electrophysiology
description: Data acquired using microelectrodes.

0 comments on commit cde80a6

Please sign in to comment.