Ignore:
Timestamp:
May 8, 2012, 6:42:58 PM (12 years ago)
Author:
sommeria
Message:

bug corrected in civ (index j)
bug corrected in update_imadoc (geomtetry_calib)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_imadoc.m

    r397 r414  
    4747    % in case of movie (avi file), copy timing info in the new xml file
    4848    [pp,outputroot]=fileparts(outputfile);
    49     imainfo=[];
     49    %     imainfo=[];
    5050    if exist(fullfile(pp,[outputroot '.avi']),'file')
    5151        FileName=fullfile(pp,[outputroot '.avi']);
     
    6666            t=struct2xml(Camera,t,uid_camera);
    6767        end
    68         [t,uid_calib]=add(t,1,'element','GeometryCalib');
    6968    end
     69    [t,uid_calib]=add(t,1,'element','GeometryCalib');
    7070end
    7171t=struct2xml(GeometryCalib,t,uid_calib);
Note: See TracChangeset for help on using the changeset viewer.