@@ -9,6 +9,21 @@ ACCELChannelCount:
99 Number of acceleration channels.
1010 type : integer
1111 minimum : 0
12+ AnchorCoordinates :
13+ name : AnchorCoordinates
14+ display_name : Anchor Coordinates
15+ description : |
16+ Coordinates of the `AnchorElectrode` in the parent (anatomical) coordinate system.
17+ This should be an array of numbers of length 3, in the units given in
18+ `EMGCoordinateSystemUnits` within the JSON object named in `ParentCoordinateSystem`.
19+ type : array
20+ AnchorElectrode :
21+ name : AnchorElectrode
22+ display_name : Anchor Electrode
23+ description : |
24+ Name of the electrode in the child (device) coordinate system whose coordinates in
25+ the parent (anatomical) coordinate system are given in `AnchorCoordinates`.
26+ type : string
1227Acknowledgements :
1328 name : Acknowledgements
1429 display_name : Acknowledgements
@@ -909,6 +924,18 @@ EEGReference:
909924 this field should have a general description and the channel specific
910925 reference should be defined in the `channels.tsv` file.
911926 type : string
927+ ElectrodeMaterial :
928+ name : ElectrodeMaterial
929+ display_name : Electrode Material
930+ description : |
931+ Material of the electrode (for example, `Tin`, `Ag/AgCl`, `Gold`).
932+ type : string
933+ ElectrodeType :
934+ name : ElectrodeType
935+ display_name : Electrode type
936+ description : |
937+ Type of the electrode (for example, cup, ring, clip-on, wire, needle).
938+ type : string
912939EMGChannelCount :
913940 name : EMGChannelCount
914941 display_name : EMG Channel Count
@@ -958,27 +985,38 @@ EMGGround:
958985 type : string
959986EMGPlacementScheme :
960987 name : EMGPlacementScheme
961- display_name : EMG Placement Procedure
988+ display_name : EMG Placement Scheme
962989 description : |
963990 The name of a standardized electrode placement procedure (for example, `"SENIAM 8"`)
964991 or a description of the procedure used.
965- Descriptions SHOULD reflect the process used by the researcher(s) when placing electrodes,
966- and SHOULD NOT simply give the name of the targeted muscle (use `TargetMuscle` for that).
967- For example, EMG electrode sites may be chosen by visual reference to target muscles,
968- by palpation of the skin to locate target muscles, by functional localization
992+ Descriptions SHOULD NOT simply give the name of the targeted muscle (use the
993+ `target_muscle` column in `channels.tsv` for that), but rather SHOULD reflect the
994+ process used by the researcher(s) when placing electrodes.
995+ For example, EMG electrode sites may be chosen by *visual reference* to target muscles,
996+ by *palpation* of the skin to locate target muscles, by *functional localization*
969997 (temporary electrode placement at several sites during prescribed behavior,
970- until a site yielding strong EMG signal is found), or by measured distances
998+ until a site yielding strong EMG signal is found), or by * measured distances*
971999 (either absolute or proportional) relative to skeletal landmarks.
1000+ In datasets involving multiple EMG recording units placed at different sites in which
1001+ different placement procedures were used for different sites, the procedures for each
1002+ site SHOULD be described in the `placement_scheme` column of `channels.tsv` instead,
1003+ and the value of `EMGPlacementScheme` SHOULD be a non-empty string such as
1004+ "channel-specific" or "see channels.tsv" or similar.
9721005 type : string
9731006EMGReference :
9741007 name : EMGReference
9751008 display_name : EMG Reference
9761009 description : |
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.
1010+ Description of the reference electrode location when the same reference was used for
1011+ all channels (often called a "monopolar" recording).
1012+ If different channels have different reference electrodes, this field should contain
1013+ a non-empty string such as "channel-specific" and each channel-specific reference
1014+ should be described in the `reference` column of `channels.tsv`.
1015+ For bipolar recording devices (where a single sensor unit contains two rigidly
1016+ separated contacts, and the paired contacts are not listed independently in
1017+ `electrodes.tsv`), the value of `reference` (in `channels.tsv`, for single channels)
1018+ or `EMGReference` (in `emg.json`, when all channels were bipolar) should be "bipolar".
1019+
9821020 type : string
9831021EOGChannelCount :
9841022 name : EOGChannelCount
@@ -1770,6 +1808,13 @@ IntendedFor__ds_relative:
17701808 format : bids_uri
17711809 - type : string
17721810 format : dataset_relative
1811+ InterelectrodeDistance :
1812+ name : InterelectrodeDistance
1813+ display_name : Interelectrode Distance
1814+ description : |
1815+ Distance between pairs or grids of electrodes rigidly attached to the same sensor device.
1816+ type : number
1817+ unit : mm
17731818InversionTime :
17741819 name : InversionTime
17751820 display_name : Inversion Time
@@ -2560,6 +2605,13 @@ ParallelReductionFactorOutOfPlane:
25602605 as they imply different methods of accelerating the acquisition.
25612606 Corresponds to DICOM Tag 0018, 9155 `Parallel Reduction Factor out-of-plane`.
25622607 type : number
2608+ ParentCoordinateSystem :
2609+ name : ParentCoordinateSystem
2610+ display_name : Parent Coordinate System
2611+ description : |
2612+ The name of a JSON mapping key that defines the parent (anatomical) coordinate system
2613+ in which this child (device) coordinate system is anchored.
2614+ type : string
25632615PartialFourier :
25642616 name : PartialFourier
25652617 display_name : Partial Fourier
@@ -3357,6 +3409,13 @@ SinglesRate:
33573409 type : array
33583410 items :
33593411 type : number
3412+ SkinPreparation :
3413+ name : SkinPreparation
3414+ display_name : Skin Preparation
3415+ description : |
3416+ How skin was prepared prior to sensor device placement, for example, `"alcohol wipe"`
3417+ or `"abrasive gel"`.
3418+ type : string
33603419SkullStripped :
33613420 name : SkullStripped
33623421 display_name : Skull Stripped
0 commit comments