Changeset 798


Ignore:
Timestamp:
Jul 10, 2014, 9:45:46 AM (10 years ago)
Author:
sommeria
Message:

extract_rdvision corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/extract_rdvision.m

    r795 r798  
    109109filexml=[fullfile(RootPath{1},RootFile{1}) '.xml'];%new convention: xml at the level of the image folder
    110110if ~exist(filexml,'file')
    111     msgbox_uvmat('ERROR',[filexml ' missing'])
     111    disp_uvmat('ERROR',[filexml ' missing'],checkrun)
    112112    return
    113113end
     
    267267        [s,errormsg] = fileattrib(OutputFile,'-w','a'); %set images to read only '-w' for all users ('a')
    268268        if ~s
    269             msgbox_uvmat('ERROR',errormsg);
     269            disp_uvmat('ERROR',errormsg,checkrun);
    270270            return
    271271        end
    272272    catch ME
    273         msgbox_uvmat('ERROR',ME.message);
     273        disp_uvmat('ERROR',ME.message,checkrun);
    274274        return
    275275    end
Note: See TracChangeset for help on using the changeset viewer.