Changeset 1154 for trunk/src/uvmat.m
- Timestamp:
- Jul 7, 2024, 11:22:00 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r1153 r1154 2016 2016 %------------------------------------------------------------------------ 2017 2017 % open the GUI 'series' 2018 function Menu Series_Callback(hObject, eventdata, handles)2018 function MenuRun1_Callback(hObject, eventdata, handles) 2019 2019 %------------------------------------------------------------------------ 2020 2020 Param=read_GUI(handles.uvmat); … … 2023 2023 2024 2024 % -------------------------------------------------------------------- 2025 function Menu PIV_Callback(hObject, eventdata, handles)2025 function MenuRun2_Callback(hObject, eventdata, handles) 2026 2026 Param=read_GUI(handles.uvmat); 2027 2027 Param.HiddenData=get(handles.uvmat,'UserData'); … … 2033 2033 series('ActionName_Callback',hObject,eventdata,hhseries); %file input with xml reading in uvmat, show the image in phys coordinates 2034 2034 2035 % ------------------------------------------------------------------------2036 % -- open the GUI civ.fig for PIV2037 function MenuCIVx_Callback(hObject, eventdata, handles)2038 % ------------------------------------------------------------------------2039 [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles);2040 FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt];2041 civ(FileName);% interface de civ(not in the uvmat file)2035 % %------------------------------------------------------------------------ 2036 % % -- open the GUI civ.fig for PIV 2037 % function MenuCIVx_Callback(hObject, eventdata, handles) 2038 % %------------------------------------------------------------------------ 2039 % [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); 2040 % FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt]; 2041 % civ(FileName);% interface de civ(not in the uvmat file) 2042 2042 2043 2043 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 2603 2603 set(handles.ColorScalar,'String',ColorList) 2604 2604 set(handles.Vectors,'Visible','on') 2605 %set(handles.Coord_x,'Value',1);2606 2605 set(handles.Coord_x,'String','X'); 2607 2606 set(handles.Coord_y,'String','Y'); 2607 set(handles.MenuRun3,'Label','test_filter_tps') 2608 2608 case {'netcdf','mat'} 2609 2609 set(handles_Fields,'Value',1) … … 6108 6108 6109 6109 6110 6111 6110 % -------------------------------------------------------------------- 6112 6111 % --- Executes on button press in CheckTable. … … 6121 6120 6122 6121 6123 6124 6125 6126 6127 6122 % -------------------------------------------------------------------- 6123 function MenuRun3_Callback(hObject, eventdata, handles) 6124 Param=read_GUI(handles.uvmat); 6125 Param.HiddenData=get(handles.uvmat,'UserData'); 6126 hseries=series(Param); 6127 hhseries=guidata(hseries); 6128 ActionMenu=get(hhseries.ActionName,'String'); 6129 index_action=find(strcmp('test_filter_tps',ActionMenu)); 6130 set(hhseries.ActionName,'Value',index_action); 6131 series('ActionName_Callback',hObject,eventdata,hhseries); %file input with xml reading in uvmat, show the image in phys coordinates
Note: See TracChangeset
for help on using the changeset viewer.