Changeset 17 for trunk/src/dataview.m
- Timestamp:
- Feb 18, 2010, 7:37:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataview.m
r12 r17 4 4 % associated with the GUI dataview.fig 5 5 % 6 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 6 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 7 7 % Copyright Joel Sommeria, 2008, LEGI / CNRS-UJF-INPG, sommeria@coriolis-legi.org. 8 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 8 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 9 9 % This file is part of the toolbox UVMAT. 10 10 % … … 18 18 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 19 % GNU General Public License (file UVMAT/COPYING.txt) for more details. 20 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 20 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 21 21 22 22 function varargout = dataview(varargin) … … 43 43 % End initialization code - DO NOT EDIT 44 44 45 45 %------------------------------------------------------------------------ 46 46 % --- Executes just before dataview is made visible. 47 47 function dataview_OpeningFcn(hObject, eventdata, handles, RootDir, SubCampaignTst,GeometryCalib) 48 48 %------------------------------------------------------------------------ 49 49 % Choose default command line output for dataview 50 50 handles.output = 'Cancel'; … … 107 107 end 108 108 109 110 111 109 %------------------------------------------------------------------------ 112 110 % --- Outputs from this function are returned to the command line. … … 117 115 delete(handles.figure) 118 116 119 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%120 117 %------------------------------------------------------------------------ 121 118 % --- Executes on button press in browser. … … 136 133 CampaignDir=uigetdir(CurrentFile,'Open the Campaign directory'); %file browser 137 134 set(handles.RootDirectory,'String',CampaignDir) 138 139 135 RootDirectory_Callback(hObject, eventdata, handles) 140 136
Note: See TracChangeset
for help on using the changeset viewer.