File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/modality-specific-files Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -495,11 +495,13 @@ A guide for using macros can be found at
495
495
-->
496
496
{{ MACROS__ _ make_filetree_example(
497
497
{
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
+ },
503
505
},
504
506
},
505
507
}
@@ -509,7 +511,6 @@ A guide for using macros can be found at
509
511
510
512
Below is an example of a volume rendering of the cortical surface with a
511
513
superimposed subdural electrode implantation. This map is often provided by the
512
-
513
514
EEG technician and provided to the epileptologists (for example, see Burneo JG et al.
514
515
2014 . [ doi:10.1016/j.clineuro.2014.03.020] ( https://doi.org/10.1016/j.clineuro.2014.03.020 ) ).
515
516
You can’t perform that action at this time.
0 commit comments