Changeset 1179 for trunk/src/uvmat.m
- Timestamp:
- Mar 23, 2025, 11:13:38 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r1178 r1179 461 461 [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); 462 462 if isempty(regexp(RootPath,'^http://'))%usual files 463 oldfile=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt];463 oldfile=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]; 464 464 else %Opendap 465 465 oldfile=[RootPath '/' SubDir '/' RootFile FileIndices FileExt]; … … 484 484 % -------------------------------------------------------------------- 485 485 function MenuBrowseOpendap_Callback(hObject, eventdata, handles) 486 486 oldfile=get(hObject,'Label'); 487 487 fileinput=uigetfile_uvmat('pick an input file',oldfile); 488 488 hh=dir(fileinput); … … 710 710 delete(figure_movie)%delete existing figure_movie 711 711 end 712 figure_movie=figure;% create a new movie figure 712 figure_movie=figure;% create a new movie figure 713 713 nbpix=[640 480];% resolution VGA 714 714 set(figure_movie,'name','figure_movie','Position',[1 1 nbpix]) … … 2428 2428 TimeName='';%default 2429 2429 CheckIndexing=false;%default 2430 XmlData=[]; 2430 2431 if isempty(XmlFileName) 2431 2432 set(handles.view_xml,'Visible','off') … … 2560 2561 2561 2562 %% read parameters (time, geometric calibration..) from a documentation file (.xml advised) 2562 XmlData.GeometryCalib=[];%default2563 %XmlData.GeometryCalib=[];%default 2563 2564 if input_line==1 2564 2565 [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles);
Note: See TracChangeset
for help on using the changeset viewer.