Ignore:
Timestamp:
Jul 19, 2024, 5:57:46 AM (2 months ago)
Author:
sommeria
Message:

filter_tps modified to avoid possible bugs in case of few vectors, subpixel interpolation slightly modified in civ

File:
1 edited

Legend:

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

    r1149 r1161  
    122122    if exist(filexml,'file')
    123123        [XmlData,errormsg]=imadoc2struct(filexml);
    124         if ~isempty(errormsg)
     124        if isempty(errormsg)
     125            msgbox_uvmat('CONFIRMATION',[filexml ' used' ]);
     126        else
    125127            msgbox_uvmat('ERROR',errormsg);
    126128            return
Note: See TracChangeset for help on using the changeset viewer.