Changeset 628
- Timestamp:
- May 3, 2013, 10:56:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/ima_levels.m
r624 r628 103 103 % i1_series(iview,ref_j,ref_i)... are the corresponding arrays of indices i1,i2,j1,j2, depending on the input line iview and the two reference indices ref_i,ref_j 104 104 % i1_series(iview,fileindex) expresses the same indices as a 1D array in file indices 105 nbfield_j=size( j1_series{1},1); %nb of fields for the j index (bursts or volume slices)105 nbfield_j=size(i1_series{1},1); %nb of fields for the j index (bursts or volume slices) 106 106 nbfield_i=size(i1_series{1},2); %nb of fields for the i index 107 107 nbfield=nbfield_j*nbfield_i; %total number of fields … … 150 150 j1=[];%default 151 151 for ifile=1:nbfield 152 update_waitbar(WaitbarHandle,i ndex/nbfield)152 update_waitbar(WaitbarHandle,ifile/nbfield) 153 153 if ishandle(RUNHandle) && ~strcmp(get(RUNHandle,'BusyAction'),'queue') 154 154 disp('program stopped by user') 155 155 return 156 end157 if ~isequal(stopstate,'queue') % enable STOP command158 break159 156 end 160 157 if ~isempty(j1_series)&&~isequal(j1_series,{[]})
Note: See TracChangeset
for help on using the changeset viewer.