Changeset 1060 for trunk/src/series


Ignore:
Timestamp:
Dec 19, 2018, 10:16:08 AM (5 years ago)
Author:
sommeria
Message:

projection repaired

File:
1 edited

Legend:

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

    r1059 r1060  
    538538end
    539539Dti_stamp=(timestamp(1+NbDti,1)-timestamp(1,1))/NbDti;
     540Dti_stamp=(timestamp(1+NbDti,1)-timestamp(2,1))/(NbDti-1);
    540541t=set(t,uid_content_Dti,'value',num2str(Dti_stamp));%corret Dti
    541542if abs(Dti_stamp-Dti)>Dti/1000
Note: See TracChangeset for help on using the changeset viewer.