Skip to content

Commit b81c7e3

Browse files
committed
Tmaps interpolation
inserted back the value 4 for tmaps. For atlases, we need to use interp = 1
1 parent 433b866 commit b81c7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roi/resliceRoiImages.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
function matlabbatch = setBatchReslice(matlabbatch, referenceImg, sourceImages)
2929

30-
interp = 1;
30+
interp = 4;
3131
write.roptions.interp = interp;
3232

3333
if ischar(referenceImg)

0 commit comments

Comments
 (0)