Skip to content

Commit 62b9336

Browse files
committed
how to handle bipolar channels
1 parent a6d5cc2 commit 62b9336

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/schema/objects/metadata.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -970,17 +970,15 @@ EMGPlacement:
970970
until a site yielding strong EMG signal is found), or by measured distances
971971
(either absolute or proportional) relative to skeletal landmarks.
972972
type: string
973-
# TODO: so far this is just copy/paste from EEGReference
974973
EMGReference:
975974
name: EMGReference
976975
display_name: EMG Reference
977976
description: |
978-
General description of the reference scheme used and (when applicable) of
979-
location of the reference electrode in the raw recordings
980-
(for example, `"left mastoid"`, `"Cz"`, `"CMS"`).
981-
If different channels have a different reference,
982-
this field should have a general description and the channel specific
983-
reference should be defined in the `channels.tsv` file.
977+
Description of the reference scheme used and (when applicable) of location of the
978+
reference electrode in the raw recordings (for example, `"left ulnar styloid process"`).
979+
For bipolar channels, specify `EMGReference` as "bipolar".
980+
If different channels have different references, this field should contain a general
981+
description and the channel specific reference should be defined in the `channels.tsv` file.
984982
type: string
985983
EOGChannelCount:
986984
name: EOGChannelCount

0 commit comments

Comments
 (0)