Changeset 1110 for trunk/src/series


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

calibration with plane angl corrected

Location:
trunk/src/series
Files:
2 edited

Legend:

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

    r1107 r1110  
    209209                if check_xml
    210210                    [success,errormsg] = copyfile(filexml,[fullfile(RootPath,logdir,Param.InputTable{iview,3}) '.xml']); %copy the original xml file in the upper folder
     211                else
     212                    errormsg=[filexml ' missing'];
     213                    return
    211214                end
    212215            end
  • 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.