Ignore:
Timestamp:
May 9, 2014, 8:33:53 PM (10 years ago)
Author:
sommeria
Message:

manip corrections and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r757 r772  
    125125set(handles.calib_type,'String',{'rescale';'linear';'3D_linear';'3D_quadr';'3D_extrinsic'})
    126126if exist('inputfile','var')&& ~isempty(inputfile)
    127 %     struct.XmlInputFile=inputfile;
    128127    [RootPath,SubDir,RootFile,tild,tild,tild,tild,FileExt]=fileparts_uvmat(inputfile);
    129128    struct.XmlInputFile=find_imadoc(RootPath,SubDir,RootFile,FileExt);
    130 %     if ~strcmp(FileExt,'.xml')
    131 %         inputfile=fullfile(RootPath,[SubDir '.xml']);%xml file corresponding to the input file
    132 %         if ~exist(inputfile,'file')% case of civ files , removes the extension for subdir
    133 %             inputfile=fullfile(RootPath,[regexprep(SubDir,'\..+$','') '.xml']);
    134 %             if ~exist(inputfile,'file')
    135 %                 inputfile=[fullfile(RootPath,SubDir,RootFile) '.xml'];%old convention
    136 %                 if ~exist(inputfile,'file')
    137 %                     inputfile='';
    138 %                 end
    139 %             end
    140 %         end
    141 %     end
    142129    set(handles.ListCoord,'Data',[])
    143130    if exist(struct.XmlInputFile,'file')
Note: See TracChangeset for help on using the changeset viewer.