Changeset 565 for trunk/src/geometry_calib.m
- Timestamp:
- Jan 30, 2013, 10:15:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r544 r565 1367 1367 %------------------------------------------------------------------------ 1368 1368 Heading=[];%default 1369 [s,errormsg]=imadoc2struct(fileinput,' GeometryCalib');1369 [s,errormsg]=imadoc2struct(fileinput,'Heading','GeometryCalib'); 1370 1370 if ~isempty(errormsg) 1371 1371 msgbox_uvmat('ERROR',errormsg) … … 1405 1405 set(handles.Psi,'String',num2str(GeometryCalib.omc(3),4)) 1406 1406 end 1407 calib=reshape(GeometryCalib. PointCoord,[],1);1407 calib=reshape(GeometryCalib.SourceCalib.PointCoord,[],1); 1408 1408 for ilist=1:numel(calib) 1409 1409 CoordCell{ilist}=num2str(calib(ilist));
Note: See TracChangeset
for help on using the changeset viewer.