Skip to content

Commit 0fdcbd8

Browse files
authored
Merge pull request #2091 from qian-chu/patch-1
[FIX] Fix typos in specification about iEEG photo
2 parents 57e61ca + 2a436d7 commit 0fdcbd8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/modality-specific-files/intracranial-electroencephalography.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,11 +495,13 @@ A guide for using macros can be found at
495495
-->
496496
{{ MACROS___make_filetree_example(
497497
{
498-
"sub-01": {
499-
"ses-0001": {
500-
"sub-0001_ses-01_acq-photo1_photo.jpg": "",
501-
"sub-0001_ses-01_acq-photo2_photo.jpg": "",
502-
"...": "",
498+
"sub-0001": {
499+
"ses-01": {
500+
"ieeg": {
501+
"sub-0001_ses-01_acq-photo1_photo.jpg": "",
502+
"sub-0001_ses-01_acq-photo2_photo.jpg": "",
503+
"...": "",
504+
},
503505
},
504506
},
505507
}
@@ -509,7 +511,6 @@ A guide for using macros can be found at
509511

510512
Below is an example of a volume rendering of the cortical surface with a
511513
superimposed subdural electrode implantation. This map is often provided by the
512-
513514
EEG technician and provided to the epileptologists (for example, see Burneo JG et al.
514515
2014. [doi:10.1016/j.clineuro.2014.03.020](https://doi.org/10.1016/j.clineuro.2014.03.020)).
515516

0 commit comments

Comments
 (0)