Skip to content

Commit bd3dbf6

Browse files
authored
Update runQAMPERBatch.m
1 parent f1f81bf commit bd3dbf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/runQAMPERBatch.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ function runQAMPERBatch(batchStruct) %,csv_outdir)
9191
dwi_series_num = '' ; %getSeriesNum(dwifile);
9292

9393
roifile = DWIstruct.files{2};
94-
copyfile(roifile,dwipath);
94+
9595
if ~isempty(roifile)
96+
copyfile(roifile,dwipath);
9697
roinii = nii_load(roifile);
9798
ROI = roinii.img;
9899
else

0 commit comments

Comments
 (0)