From 77fec75acc4b9392b12fb87dfaa2807083243d59 Mon Sep 17 00:00:00 2001 From: uwmbt Date: Tue, 24 Sep 2019 10:26:36 +0200 Subject: [PATCH] change the code in snaps imaging --- mfiles/snap3D_allplanes.m | 2 +- par/startSOFI3D.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mfiles/snap3D_allplanes.m b/mfiles/snap3D_allplanes.m index 776850d..67a93f1 100644 --- a/mfiles/snap3D_allplanes.m +++ b/mfiles/snap3D_allplanes.m @@ -533,7 +533,7 @@ if image_switch==2 % determination of screen size scrsz = get(0,'ScreenSize'); % determination size of window for plotting - set(h1,'Position',[1 scrsz(4)*2/3 scrsz(3)*1/4 scrsz(4)*2/3]); +% set(h1,'Position',[1 scrsz(4)*2/3 scrsz(3)*1/4 scrsz(4)*2/3]); % strict vertical slice, no rotation applied % h = slice(Y,X,Z,file1_data,[],yslice*dh*outy-1,[]); diff --git a/par/startSOFI3D.sh b/par/startSOFI3D.sh index 09c1620..53b7784 100755 --- a/par/startSOFI3D.sh +++ b/par/startSOFI3D.sh @@ -11,4 +11,4 @@ mpirun -np 8 nice -19 ../bin/sofi3D ./in_and_out/sofi3D.json | tee ./in_and_out/ #mpirun --hostfile mpihosts -np 8 nice -19 ../bin/sofi3D ./in_and_out/sofi3D.json | tee ./in_and_out/sofi3D.jout #merge snapshots -#../bin/snapmerge ./in_and_out/sofi3D.json +../bin/snapmerge ./in_and_out/sofi3D.json -- GitLab