diff options
Diffstat (limited to 'gui_win.m')
-rw-r--r-- | gui_win.m | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |