Changeset 599 for trunk/src/uvmat.m
- Timestamp:
- Apr 3, 2013, 10:21:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r598 r599 542 542 end 543 543 % detect the file type, get the movie object if relevant, and look for the corresponding file series: 544 [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,tild,FileType, MovieObject]=find_file_series(fullfile(RootPath,SubDir),[RootFile FileIndices FileExt]);544 [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,tild,FileType,FileInfo,MovieObject]=find_file_series(fullfile(RootPath,SubDir),[RootFile FileIndices FileExt]); 545 545 % initiate the input file series and refresh the current field view: 546 update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType, MovieObject,1);546 update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType,FileInfo,MovieObject,1); 547 547 548 548 %----------------------------------------------------------------------- … … 672 672 % detect the file type, get the movie object if relevant, and look for the corresponding file series: 673 673 % the root name and indices may be corrected by including the first index i1 if a corresponding xml file exists 674 [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType, MovieObject,i1,i2,j1,j2]=find_file_series(FilePath,[FileName FileExt]);674 [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType,FileInfo,MovieObject,i1,i2,j1,j2]=find_file_series(FilePath,[FileName FileExt]); 675 675 676 676 %% open the file or fill the GUI uvmat according to the detected file type … … 2663 2663 plot_handles{2}=guidata(view_field_handle); 2664 2664 haxes(2)=plot_handles{2}.PlotAxes; 2665 PlotParam{2}=read_GUI(handles.uvmat);%read plotting parameters on the uvmat interface 2665 PlotParam{2}=read_GUI(view_field_handle); 2666 % PlotParam{2}=read_GUI(handles.uvmat);%read plotting parameters on the uvmat interface 2666 2667 PosColorbar{2}='*'; %TODO: deal with colorbar position on view_field 2667 2668 end
Note: See TracChangeset
for help on using the changeset viewer.