- Timestamp:
- Sep 15, 2016, 5:52:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r949 r969 143 143 if strcmp(FileInfo.FileType,'rdvision') 144 144 if ~isequal(FileInfo.NumberOfFrames,nbfield) 145 msgbox_uvmat('ERROR',['the whole series of ' num2str(FileInfo.NumberOfFrames) ' images must be extracted at once'])145 disp_uvmat('WARNING',['the whole series of ' num2str(FileInfo.NumberOfFrames) ' images must be extracted at once'],checkrun) 146 146 %rmfield(OutputDir) 147 147 % return … … 150 150 display('converting images from RDvision system...') 151 151 else 152 msgbox_uvmat('ERROR','the input is not from rdvision: a .seq or .sqb file must be opened')152 disp_uvmat('ERROR','the input is not from rdvision: a .seq or .sqb file must be opened',checkrun) 153 153 return 154 154 end … … 511 511 if success==0 512 512 disp({['warning: unable to set group write access to ' newxml ':']; errormsg});%error message for directory creation 513 msg=erro msg;514 end 515 516 517 513 msg=errormsg; 514 end 515 516 517
Note: See TracChangeset
for help on using the changeset viewer.