diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-17 23:05:29 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-17 23:05:29 -0400 |
commit | 311829199dd9ef7bb84c7c95c5e5be1572c91704 (patch) | |
tree | d8012dde5e5ff46135c9069e66fa6a93d06baed9 | |
parent | c985fc7b2c64e80af3afe40b1f8811481877db87 (diff) | |
download | beam_profiler-311829199dd9ef7bb84c7c95c5e5be1572c91704.tar.gz beam_profiler-311829199dd9ef7bb84c7c95c5e5be1572c91704.zip |
Name of the directory for saved images fixed yet again
-rw-r--r-- | gui_win.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ function button2save_Callback(hObject, eventdata, handles) global image_name; global image_display; %fname_to_save = horzcat(pwd,filesep,'saved_images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); -fname_to_save = horzcat('Z:\beam_profier images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); +fname_to_save = horzcat('Z:\beam_profiler images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); set(handles.picsavepath,'String',horzcat('Image saved to: ',fname_to_save)); image_to_save=uint16(image_display); |