Changeset 982
- Timestamp:
- Jan 17, 2017, 3:11:45 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r979 r982 283 283 return 284 284 end 285 difftime=XmlData.Time(2:end,2:end)-(reshape(timestamp(1:end -1),nbfield2,[]))';285 difftime=XmlData.Time(2:end,2:end)-(reshape(timestamp(1:end),nbfield2,[]))'; 286 286 disp(['time from xml and timestamp differ by ' num2str(max(max(abs(difftime))))]) 287 287 if max(abs(difftime))>0.01 -
trunk/src/uvmat.m
r977 r982 3298 3298 end 3299 3299 end 3300 case {'video','mmreader','rdvision' }3300 case {'video','mmreader','rdvision','cine_phantom'} 3301 3301 ParamIn=UvData.MovieObject{1}; % movie object 3302 3302 if strcmp(NomType,'*') … … 3396 3396 end 3397 3397 end 3398 case {'video','mmreader' }3398 case {'video','mmreader','cine_phantom'} 3399 3399 ParamIn_1=UvData.MovieObject{2}; 3400 3400 if ~strcmp(NomType_1,'*')
Note: See TracChangeset
for help on using the changeset viewer.