Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ This file contains the following information:
- The electrode coordinates in 3 columns (`xyz`) (use `n/a` for values if a dimension is absent).
- The ID of the probe the electrode is located on

The electrode `name` MUST be unique within the `*_electrodes.tsv` file. When a dataset contains multiple probes, electrode names can be constructed by combining the contact identifier (as provided by the probe manufacturer or principal investigator) with the `probe_name` to ensure uniqueness. For example, if two probes each have a contact labeled "1", the electrode names could be "probe01_e1" and "probe02_e1" to distinguish them.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The electrode `name` MUST be unique within the `*_electrodes.tsv` file. When a dataset contains multiple probes, electrode names can be constructed by combining the contact identifier (as provided by the probe manufacturer or principal investigator) with the `probe_name` to ensure uniqueness. For example, if two probes each have a contact labeled "1", the electrode names could be "probe01_e1" and "probe02_e1" to distinguish them.
The electrode `name` MUST be unique within the `*_electrodes.tsv` file. When a dataset contains multiple probes, electrode names can be constructed by combining the contact identifier (as provided by the probe manufacturer or user-defined) with the `probe_name` to ensure uniqueness. For example, if two probes each have a contact labeled "1", the electrode names could be "probe01_e1" and "probe02_e1" to distinguish them.

Copy link
Member

@ree-gupta ree-gupta Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: "principal investigator" isn't used elsewhere in BIDS so adapted it to what is commonly used. Otherwise, looks good to me.


{{ MACROS___make_columns_table("microephys.microephysElectrodes") }}

### Electrode Position Coordinates
Expand Down