Ignore:
Timestamp:
Jan 12, 2017, 7:45:20 PM (7 years ago)
Author:
sommeria
Message:

phantom added, series corrected

File:
1 edited

Legend:

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

    r977 r979  
    283283        return
    284284    end
    285     difftime=XmlData.Time(2:end,2:end)-(reshape(timestamp,nbfield2,[]))';
     285    difftime=XmlData.Time(2:end,2:end)-(reshape(timestamp(1:end-1),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.