diff --git a/mfiles/snap3D_allplanes.m b/mfiles/snap3D_allplanes.m index 776850d0c47b64d430c9db0c13d9a159a90a8768..67a93f122b5ccd5f487a5182c4488cd3fe30bdff 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 09c1620485a39c890675caff108193e07f3a0a06..53b7784e090af340dee6f3abcc056b6fce3d3262 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