Changeset 798
- Timestamp:
- Jul 10, 2014, 9:45:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r795 r798 109 109 filexml=[fullfile(RootPath{1},RootFile{1}) '.xml'];%new convention: xml at the level of the image folder 110 110 if ~exist(filexml,'file') 111 msgbox_uvmat('ERROR',[filexml ' missing'])111 disp_uvmat('ERROR',[filexml ' missing'],checkrun) 112 112 return 113 113 end … … 267 267 [s,errormsg] = fileattrib(OutputFile,'-w','a'); %set images to read only '-w' for all users ('a') 268 268 if ~s 269 msgbox_uvmat('ERROR',errormsg);269 disp_uvmat('ERROR',errormsg,checkrun); 270 270 return 271 271 end 272 272 catch ME 273 msgbox_uvmat('ERROR',ME.message);273 disp_uvmat('ERROR',ME.message,checkrun); 274 274 return 275 275 end
Note: See TracChangeset
for help on using the changeset viewer.