We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c5fb8 commit 4f139c4Copy full SHA for 4f139c4
demos/openneuro/ds000114_get_option.m
@@ -20,7 +20,7 @@
20
opt.taskName = 'linebisection';
21
22
opt.anatReference.type = 'T1w';
23
- opt.anatReference.session = 2;
+ opt.anatReference.session = 'retest';
24
25
% Uncomment the lines below to run preprocessing
26
% - don't use realign and unwarp
demos/openneuro/ds001168_get_option.m
opt.taskName = 'rest';
- opt.anatReference.session = 1;
+ opt.anatReference.session = '1';
0 commit comments