Changeset 476 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jun 25, 2012, 10:50:51 AM (12 years ago)
Author:
sommeria
Message:

bugs corrected +
* filter parameter multiplied by 1000 in filter_tps*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r469 r476  
    207207guidata(hObject, handles);
    208208
    209 %% check the path and date of modification of all functions in uvmat
    210 path_to_uvmat=which ('uvmat');% check the path detected for source file uvmat
    211 [errormsg,date_str,svn_info]=check_files;%check the path of the functions called by uvmat.m
    212 date_str=['last modification: ' date_str];
    213 
    214 
    215209%% set the position of colorbar and ancillary GUIs:
    216210set(hObject,'Units','Normalized')
     
    330324    end
    331325else
    332    if ishandle(handles.UVMAT_title)
    333        set(handles.UVMAT_title,'String',...
    334            [{'Copyright  LEGI UMR 5519 /CNRS-UJF-Grenoble INP, 2010'};...
    335            {'GNU General Public License'};...
    336            {path_to_uvmat};...
    337            {date_str};...
    338            {['SVN revision : ' num2str(svn_info.cur_rev)]};...
    339            errormsg]);
    340    end
     326    %% check the path and date of modification of all functions in uvmat
     327    path_to_uvmat=which ('uvmat');% check the path detected for source file uvmat
     328    [infomsg,date_str,svn_info]=check_files;%check the path of the functions called by uvmat.m   
     329    date_str=['last modification: ' date_str];
     330    if ishandle(handles.UVMAT_title)
     331        set(handles.UVMAT_title,'String',...
     332            [{'Copyright  LEGI UMR 5519 /CNRS-UJF-Grenoble INP, 2010'};...
     333            {'GNU General Public License'};...
     334            {path_to_uvmat};...
     335            {date_str};...
     336            infomsg]);
     337    end
    341338end
    342339set(handles.uvmat,'UserData',UvData)
     
    41274124    set(handles.ViewObject,'value',1)
    41284125    ViewObject_Callback(hObject, eventdata, handles)
    4129 %     if isempty(hset_object)% open the GUI set_object with data of the currently selected object
    4130 %         ViewObject_Callback(hObject, eventdata, handles)
    4131 %         %         hset_object=findobj(allchild(0),'Tag','set_object');
    4132 %     else
    4133 %         hhset_object=guidata(hset_object);
    4134 %         set(hhset_object.PLOT,'enable','on');
    4135 %         set(get(hset_object,'children'),'enable','on')
    4136 %     end
    41374126else % desctivate object edit mode
    41384127    set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) 
     
    45864575set(handles.edit_object,'Value',1)
    45874576edit_Callback(hObject, eventdata, handles)
    4588 
    4589 % %------------------------------------------------------------------------
    4590 % function enable_transform(handles,state)
    4591 % %------------------------------------------------------------------------
    4592 % set(handles.transform_fct,'Visible',state)
    4593 % set(handles.TRANSFORM_txt,'Visible',state)   
    4594 % set(handles.transform_fct,'Visible',state) 
    4595 % set(handles.path_transform,'Visible',state)
    4596 % set(handles.pxcmx_txt,'Visible',state)
    4597 % set(handles.pxcmy_txt,'Visible',state)
    4598 % set(handles.pxcm,'Visible',state)
    4599 % set(handles.pycm,'Visible',state)
    46004577
    46014578%------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.