Changeset 1113 for trunk/src/series
- Timestamp:
- Feb 8, 2022, 1:58:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r1112 r1113 206 206 logdir=[Param.OutputSubDir Param.OutputDirExt]; 207 207 [success,errormsg] = copyfile(filename_seq,[fullfile(RootPath,logdir,Param.InputTable{iview,3}) '.seq']); %copy the seq file in the upper folder 208 if ~success 209 disp(errormsg) 210 end 208 211 [success,errormsg] = copyfile(filename_sqb,[fullfile(RootPath,logdir,Param.InputTable{iview,3}) '.sqb']); %copy the sqb file in the upper folder 212 if ~success 213 disp(errormsg) 214 end 209 215 if check_xml 210 216 [success,errormsg] = copyfile(filexml,[fullfile(RootPath,logdir,Param.InputTable{iview,3}) '.xml']); %copy the original xml file in the upper folder 217 if ~success 218 disp(errormsg) 219 end 211 220 else 212 errormsg=[filexml ' missing'];221 disp(['error:' filexml ' missing']); 213 222 return 214 223 end
Note: See TracChangeset
for help on using the changeset viewer.