Changeset 1110 for trunk/src/series
- Timestamp:
- Jan 20, 2022, 8:30:32 PM (3 years ago)
- Location:
- trunk/src/series
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r1107 r1110 209 209 if check_xml 210 210 [success,errormsg] = copyfile(filexml,[fullfile(RootPath,logdir,Param.InputTable{iview,3}) '.xml']); %copy the original xml file in the upper folder 211 else 212 errormsg=[filexml ' missing']; 213 return 211 214 end 212 215 end -
trunk/src/series/time_series.m
r1107 r1110 508 508 509 509 % record the time: 510 if isempty(errormsg) 510 511 if isempty(time)% time not set by xml filer(s) 511 512 if isfield(Data{1},'Time') … … 516 517 else % time from ImaDoc prevails TODO: correct 517 518 DataOut.Time(index,1)=time(index);% 519 end 518 520 end 519 521 index
Note: See TracChangeset
for help on using the changeset viewer.