Ignore:
Timestamp:
Jan 30, 2013, 10:15:30 PM (12 years ago)
Author:
sommeria
Message:

small bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r544 r565  
    13671367%------------------------------------------------------------------------
    13681368Heading=[];%default
    1369 [s,errormsg]=imadoc2struct(fileinput,'GeometryCalib');
     1369[s,errormsg]=imadoc2struct(fileinput,'Heading','GeometryCalib');
    13701370if ~isempty(errormsg)
    13711371    msgbox_uvmat('ERROR',errormsg)
     
    14051405        set(handles.Psi,'String',num2str(GeometryCalib.omc(3),4))
    14061406    end
    1407     calib=reshape(GeometryCalib.PointCoord,[],1);
     1407    calib=reshape(GeometryCalib.SourceCalib.PointCoord,[],1);
    14081408    for ilist=1:numel(calib)
    14091409        CoordCell{ilist}=num2str(calib(ilist));
Note: See TracChangeset for help on using the changeset viewer.