Changeset 506
- Timestamp:
- Jul 27, 2012, 10:22:17 AM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r505 r506 45 45 'create_grid';...% called by the GUI geometry_calib to create a physical grid 46 46 'create_grid.fig';...% GUI corresponding to create_grid.m 47 'data view';...% function for scanning directories in a campaign48 'data view.fig';...% GUI corresponding to dataview47 'datatree_browser';...% function for scanning directories in a project 48 'datatree_browser.fig';...% GUI corresponding to dataview 49 49 'delete_object';...%delete a projection object, defined by its index in the Uvmat list or by its graphic handle 50 50 'displ_uvmat';... -
trunk/src/civ.m
r505 r506 107 107 set(handles.RunMode,'String',{'local';'background';'cluster'}) 108 108 end 109 % if isfield(sparam.RunParam,'CivBin')110 % if ~exist(sparam.RunParam.CivBin,'file')111 % sparam.RunParam.CivBin=fullfile(path_civ,sparam.RunParam.CivBin);112 % end113 % else114 % sparam.RunParam.CivBin='';115 % end116 109 117 110 %% load the list of previously browsed files in the upper bar menu Open/ … … 136 129 set(handles.RootPath,'BackgroundColor',[1 1 1])%paint RootName back to white to indicate that the file input is finished 137 130 end 131 Program_Callback([],[], handles) 138 132 139 133 %------------------------------------------------------------------------ … … 351 345 if isempty(regexp(NomTypeInput,'[ab|AB|-]', 'once')) 352 346 set(handles.ListCompareMode,'Value',2) %mode displacement advised if the nomencalture does not involve index pairs 353 % [RootPath,SubDir]=fileparts(RootPath);354 347 set(handles.RootFile_1,'Visible','On'); 355 348 else
Note: See TracChangeset
for help on using the changeset viewer.