Skip to content

Commit be82cb9

Browse files
committed
fix(schema): use um² for microephys electrode size
Microelectrodes require micrometer-scale measurements different from iEEG. Added size__microephys with um² units.
1 parent 65b5289 commit be82cb9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/schema/objects/columns.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ short_channel:
825825
The total number of channels listed as short channels
826826
SHOULD be stored in `ShortChannelCount` in `*_nirs.json`.
827827
type: boolean
828-
# TODO: might need to dup for microephys__size and have it um^2
829828
signal_electrode:
830829
name: signal_electrode
831830
display_name: Signal electrode
@@ -840,6 +839,13 @@ size:
840839
Surface area of the electrode, units MUST be in `mm^2`.
841840
type: number
842841
unit: 'mm^2'
842+
size__microephys:
843+
name: size
844+
display_name: Electrode size
845+
description: |
846+
Surface area of the electrode, units MUST be in `um^2`.
847+
type: number
848+
unit: 'um^2'
843849
software_filters:
844850
name: software_filters
845851
display_name: Software filters

src/schema/rules/tabular_data/microephys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ microephysElectrodes:
6060
hemisphere: recommended
6161
impedance: recommended
6262
shank_id: optional
63-
size: optional
63+
size__microephys: optional
6464
electrode_shape: optional
6565
material: optional
6666
location: recommended

0 commit comments

Comments
 (0)