Ignore:
Timestamp:
Jan 17, 2017, 3:11:45 PM (7 years ago)
Author:
sommeria
Message:

minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/extract_rdvision.m

    r979 r982  
    283283        return
    284284    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,[]))';
    286286    disp(['time from xml and timestamp differ by ' num2str(max(max(abs(difftime))))])
    287287    if max(abs(difftime))>0.01
Note: See TracChangeset for help on using the changeset viewer.