Skip to content

Commit 4f139c4

Browse files
committed
fix options demo
1 parent f8c5fb8 commit 4f139c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/openneuro/ds000114_get_option.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
opt.taskName = 'linebisection';
2121

2222
opt.anatReference.type = 'T1w';
23-
opt.anatReference.session = 2;
23+
opt.anatReference.session = 'retest';
2424

2525
% Uncomment the lines below to run preprocessing
2626
% - don't use realign and unwarp

demos/openneuro/ds001168_get_option.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
opt.taskName = 'rest';
2121

2222
opt.anatReference.type = 'T1w';
23-
opt.anatReference.session = 1;
23+
opt.anatReference.session = '1';
2424

2525
% Uncomment the lines below to run preprocessing
2626
% - don't use realign and unwarp

0 commit comments

Comments
 (0)