Skip to content

Commit d8c9707

Browse files
committed
subID to subLabel fix
1 parent 82c1a4c commit d8c9707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/batches/setBatchSkullStripping.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
printBatchName('skull stripping');
3838

3939

40-
[imageToSkullStrip, dataDir] = getAnatFilename(BIDS, subID, opt);
40+
[imageToSkullStrip, dataDir] = getAnatFilename(BIDS, subLabel, opt);
4141

4242
% if the input image is mean func image instead of anatomical
4343
if opt.skullStripMeanImg == 1
44-
[imageToSkullStrip, dataDir] = getMeanFuncFilename(BIDS, subID, opt);
44+
[imageToSkullStrip, dataDir] = getMeanFuncFilename(BIDS, subLabel, opt);
4545
end
4646

4747
output = ['m' strrep(imageToSkullStrip, '.nii', '_skullstripped.nii')];

0 commit comments

Comments
 (0)