Changeset 599 for trunk/src/uvmat.m


Ignore:
Timestamp:
Apr 3, 2013, 10:21:53 AM (11 years ago)
Author:
sommeria
Message:

various bug corrections. Steps further for civ_series (still development needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r598 r599  
    542542end
    543543% 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]);
    545545% 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);
     546update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType,FileInfo,MovieObject,1);
    547547
    548548%-----------------------------------------------------------------------
     
    672672% detect the file type, get the movie object if relevant, and look for the corresponding file series:
    673673% 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]);
    675675
    676676%% open the file or fill the GUI uvmat according to the detected file type
     
    26632663            plot_handles{2}=guidata(view_field_handle);
    26642664            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
    26662667            PosColorbar{2}='*'; %TODO: deal with colorbar position on view_field
    26672668        end
Note: See TracChangeset for help on using the changeset viewer.