Ignore:
Timestamp:
Mar 27, 2025, 5:59:21 PM (3 weeks ago)
Author:
sommeria
Message:

various bugs repaired,Relabeling frames installed for multitif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r1174 r1180  
    11961196Coord(:,1)=r1*x+r2*y;
    11971197Coord(:,2)=r3*x+r4*y;
     1198Coord(:,1)=Coord(:,1)+O_x;
     1199Coord(:,2)=Coord(:,2)+O_y;
    11981200set(handles.ListCoord,'Data',Coord)
    11991201set(handles.APPLY,'BackgroundColor',[1 0 1])
     
    12821284    {'*.xml;*.mat', ' (*.xml,*.mat)';
    12831285    '*.xml',  '.xml files '; ...
     1286    '*.xml~*',  'backup .xml files '; ...
    12841287    '*.mat',  '.mat matlab files '}, ...
    12851288    'Pick a file',oldfile);
     
    13101313if isfield (s,'GeometryCalib')
    13111314    GeometryCalib=s.GeometryCalib;
    1312     %fx=1;fy=1;Cx=0;Cy=0;kc=0; %default
    1313     %CoordCell={};
    1314     %Tabchar={};%default
    13151315    val_cal=1;%default
    13161316    if ~isempty(GeometryCalib)
Note: See TracChangeset for help on using the changeset viewer.