Changeset 1057 for trunk/src/uvmat.m
- Timestamp:
- Aug 29, 2018, 12:39:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r1054 r1057 3615 3615 ParamIn_1.Coord_y=get(handles.Coord_y,'String'); 3616 3616 end 3617 [Field{2},ParamOut_1,errormsg] = read_field(FileName_1,UvData.File Type{2},ParamIn_1,frame_index_1);3617 [Field{2},ParamOut_1,errormsg] = read_field(FileName_1,UvData.FileInfo{2}.FileType,ParamIn_1,frame_index_1); 3618 3618 if ~isempty(errormsg) 3619 3619 errormsg=['error in reading ' FieldName_1 ' in ' FileName_1 ': ' errormsg]; 3620 3620 return 3621 3621 end 3622 if isstruct(ParamOut_1)&&~strcmp(ParamOut_1.FieldName,'get_field...')&& (strcmp(UvData.File Type{2},'civdata')||strcmp(UvData.FileType{2},'civx'))...3622 if isstruct(ParamOut_1)&&~strcmp(ParamOut_1.FieldName,'get_field...')&& (strcmp(UvData.FileInfo{2}.FileType,'civdata')||strcmp(UvData.FileInfo{2}.FileType,'civx'))... 3623 3623 &&~strcmp(ParamOut_1.FieldName,'velocity') && ~strcmp(ParamOut_1.FieldName,'get_field...') 3624 3624 if ~check_proj_tps … … 3668 3668 test_veltype_1=1; 3669 3669 set(handles.VelType_1,'Visible','on') 3670 menu=set_veltype_display(ParamOut_1.CivStage,UvData.File Type{2});3670 menu=set_veltype_display(ParamOut_1.CivStage,UvData.FileInfo{2}.FileType); 3671 3671 index_menu=strcmp(ParamOut_1.VelType,menu); 3672 3672 set(handles.VelType_1,'Value',1+find(index_menu,1)) … … 4119 4119 % display menus and plot histograms 4120 4120 test_v=0; 4121 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% A REMETTRE4122 4121 if ~isempty(menu_histo) 4123 4122 set(handles.HistoMenu,'Value',1)
Note: See TracChangeset
for help on using the changeset viewer.