Changeset 106 for trunk/src/series
- Timestamp:
- Jul 1, 2010, 12:01:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r93 r106 64 64 test_movie(iview)=0; 65 65 if ~isequal(hhh,'')&& mmreader.isPlatformSupported() 66 if isequal(lower( FileExt{iview}),'.avi')66 if isequal(lower(Series.FileExt{iview}),'.avi') 67 67 MovieObject{iview}=mmreader(fullfile(Series.RootPath{iview},[Series.RootFile{iview} Series.FileExt{iview}])); 68 68 test_movie(iview)=1; … … 158 158 VelType_val=get(hseries.VelTypeMenu,'Value'); 159 159 VelType=VelType_str{VelType_val}; %the same for all views 160 if isequal(FieldName,'get_field...') 160 if strcmp(FieldName,'') 161 msgbox_uvmat('ERROR','no input field defined in FieldMenu') 162 elseif strcmp(FieldName,'get_field...') 161 163 hget_field=findobj(allchild(0),'Name','get_field');%find the get_field... GUI 162 164 SubField=get_field('read_get_field',hObject,eventdata,hget_field); %read the names of the variables to plot in the get_field GUI
Note: See TracChangeset
for help on using the changeset viewer.