Skip to content

Commit

Permalink
Merge pull request #449 from HJZollner/develop
Browse files Browse the repository at this point in the history
[BUG FIX] - duplicate .ni.gz removal - osp_plotCoreg.m - Erik Lee
  • Loading branch information
HJZollner authored Jun 24, 2022
2 parents d99485e + 6062789 commit 90e176e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plot/osp_plotCoreg.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
[three_plane_img] = osp_extract_three_plane_image(MRSCont.coreg.vol_image{kk}.fname, MRSCont.coreg.vol_mask{kk}{VoxelIndex}.fname,MRSCont.coreg.voxel_ctr{kk}(:,:,VoxelIndex),MRSCont.coreg.T1_max{kk});
end

if ~MRSCont.flags.didSeg
if exist([MRSCont.coreg.vol_mask{kk}.fname, '.gz'],'file')
delete(MRSCont.coreg.vol_mask{kk}.fname);
end
if exist([MRSCont.coreg.vol_image{kk}.fname, '.gz'],'file')
delete(MRSCont.coreg.vol_image{kk}.fname);
end
end

%%% 4. SET UP FIGURE LAYOUT %%%
% Generate a new figure and keep the handle memorized

Expand Down

0 comments on commit 90e176e

Please sign in to comment.