Ignore:
Timestamp:
Jan 20, 2022, 8:30:32 PM (2 years ago)
Author:
sommeria
Message:

calibration with plane angl corrected

File:
1 edited

Legend:

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

    r1107 r1110  
    508508   
    509509    % record the time:
     510    if isempty(errormsg)
    510511    if isempty(time)% time not set by xml filer(s)
    511512        if isfield(Data{1},'Time')
     
    516517    else % time from ImaDoc prevails  TODO: correct
    517518        DataOut.Time(index,1)=time(index);%
     519    end
    518520    end
    519521    index
Note: See TracChangeset for help on using the changeset viewer.