Skip to content

Commit 4bc22d0

Browse files
committed
do not copy atlases for octave
1 parent 1465a97 commit 4bc22d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/atlas/copyAtlasToSpmDir.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ function copyAtlasToSpmDir(varargin)
1717

1818
% (C) Copyright 2022 CPP ROI developers
1919

20+
if bids.internal.is_octave
21+
% the atlas in the spm dir are only useful in matlab with the GUI
22+
return
23+
end
24+
2025
args = inputParser;
2126

2227
addOptional(args, 'atlas', 'AAL', @ischar);

0 commit comments

Comments
 (0)