Skip to content

Commit

Permalink
Merge pull request #650 from adam2392/elecs
Browse files Browse the repository at this point in the history
[FIX] Fixing template string on electrodes for eeg and ieeg.
  • Loading branch information
sappelhoff authored Oct 29, 2020
2 parents 5a88342 + a8ef7e5 commit 14263cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Template:
sub-<label>/
[ses-<label>]/
eeg/
[sub-<label>[_ses-<label>][_acq-<label>][_run-<index>]_electrodes.tsv]
sub-<label>[_ses-<label>][_acq-<label>][_space-<label>]_electrodes.tsv
```

File that gives the location of EEG electrodes. Note that coordinates are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Template:
sub-<label>/
[ses-<label>]/
ieeg/
sub-<label>[_ses-<label>][_space-<label>]_electrodes.tsv
sub-<label>[_ses-<label>][_acq-<label>][_space-<label>]_electrodes.tsv
```

File that gives the location, size and other properties of iEEG electrodes. Note
Expand Down

0 comments on commit 14263cf

Please sign in to comment.