Skip to content

Commit

Permalink
Added slice time correction option to preprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
astigliani committed Aug 10, 2018
1 parent 7f12b37 commit 9a56310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/fLocAnalysis.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
fclose(lid); return;
else
for rr = 1:rcnt
copyfile(niifiles{rr}, strrep(niifiles{rr}, '.nii.gz', '_raw.nii.gz'));
nii = niftiApplyCannonicalXform(niftiRead(niifiles{rr}));
niftiWrite(nii, niifiles{rr});
end
Expand Down

0 comments on commit 9a56310

Please sign in to comment.