Changeset 909 for trunk/src/series/extract_rdvision.m
- Timestamp:
- Jun 9, 2015, 7:51:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r908 r909 236 236 [npi,npj]=size(XmlData.Time); 237 237 if ~isequal(SeqData.nb_frames,(npi-1)*(npj-1)) 238 disp_uvmat('ERRROR', 'inconsistent number of images with respect to the xml file',checkrun);238 disp_uvmat('ERRROR',['inconsistent number of images ' num2str(SeqData.nb_frames) ' with respect to the xml file: ' num2str((npi-1)*(npj-1))] ,checkrun); 239 239 return 240 240 end … … 277 277 disp_uvmat('WARNING',['timestamps exceeds xml time by' num2str(max(time_diff_max))],checkrun) 278 278 checkpreserve=1; 279 end 280 if min(time_diff_min)<-0.005 279 elseif min(time_diff_min)<-0.005 281 280 disp_uvmat('WARNING',['timestamps is lower than xml time by' num2str(min(time_diff_min))],checkrun) 282 281 checkpreserve=1; 282 else 283 disp_uvmat('CONFIRMATION','time from xml file correct within better than 5 ms',checkrun) 283 284 end 284 285 if checkpreserve
Note: See TracChangeset
for help on using the changeset viewer.