diff --git a/plot/osp_plotCoreg.m b/plot/osp_plotCoreg.m index c00ecf7b..29ce7f55 100755 --- a/plot/osp_plotCoreg.m +++ b/plot/osp_plotCoreg.m @@ -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