Changeset 541 for trunk/src/uvmat.m
- Timestamp:
- Sep 14, 2012, 9:06:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r540 r541 1355 1355 choice_value=get(handles.transform_fct,'Value'); 1356 1356 transform_name=menu_transform{choice_value};%name of the transform fct given by the menu 'transform_fct' 1357 transform_list=get(handles.transform_fct,'UserData'); 1358 transform=transform_list{choice_value}; 1357 % transform_list=get(handles.transform_fct,'UserData'); 1358 % transform=transform_list{choice_value}; 1359 transform=get(handles.path_transform,'UserData'); 1359 1360 if ~isequal(transform_name,'') && ~isequal(transform_name,'px') 1360 1361 if isfield(UvData,'XmlData') && isfield(UvData.XmlData{1},'GeometryCalib')%use geometry calib recorded from the ImaDoc xml file as first priority … … 3558 3559 end 3559 3560 3560 set(handles.CheckFixLimits,'Value',0)3561 set(handles.CheckFixLimits,'BackgroundColor',[0.7 0.7 0.7])3562 3561 3563 3562 %% delete drawn objects if the output CooordUnit is different from the previous one 3564 3563 if ~strcmp(CoordUnit,CoordUnitPrev) 3564 set(handles.CheckFixLimits,'Value',0) 3565 set(handles.CheckFixLimits,'BackgroundColor',[0.7 0.7 0.7]) 3565 3566 hother=findobj('Tag','proj_object');%find all the proj objects 3566 3567 for iobj=1:length(hother)
Note: See TracChangeset
for help on using the changeset viewer.