From 1d79b3533c0794e268a3c614c814796539929c0d Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 18 Sep 2012 21:51:12 -0400 Subject: removed unused code for background subtraction --- gui_win.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gui_win.m b/gui_win.m index 39c5350..36b7704 100644 --- a/gui_win.m +++ b/gui_win.m @@ -116,14 +116,6 @@ global image_display; global background_m; -% If we need to substract the background, we do it -% background_m is a global variable -if get(handles.button2subtract_backround,'Value') > 0 -% m = image_display - background_m; -else -% m = image_display; -end; - [Ny, Nx] = size(image_display); % Display what we have before doing fit -- cgit v1.2.3