Skip to content

Commit 2887ec3

Browse files
authored
Update MainScript_server.m
1 parent 6c3f7e2 commit 2887ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partialbrain_preprocessing_pipeline2020_nx/MainScript_server.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
subjectdir = char(subjs(subj_ct)); disp(subjectdir);
7979
scans_subj=scans(subj_ct,:);
8080

81-
filename='wAllScans_unwarp_reorient'; prefix='_reg_sm';
81+
filename='swAllScans_unwarp_reorient'; prefix='_reg_sm';
8282

8383
%split the merged epi file into individual scans
8484
epi_split(subjectdir, [filename '.nii'], scans_subj, prefix, fsldir, Ntime); %the splited scan has the filename [scan '_reg_sm_fil.nii.gz'];
@@ -103,4 +103,4 @@
103103
end
104104
end
105105
end
106-
cd(dirhead)
106+
cd(dirhead)

0 commit comments

Comments
 (0)