Changeset 1194 for trunk/src/series/merge_proj.m
- Timestamp:
- Feb 23, 2026, 3:58:54 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/src/series/merge_proj.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r1152 r1194 223 223 NomTypeOut='_1_1'; 224 224 end 225 %NomTypeOut=NomType;% output file index will indicate the first and last ref index in the series226 225 RootFileOut=RootFile{1}; 227 226 for iview=2:NbView … … 265 264 if ~isempty(j1_series{1}) 266 265 j1=j1_series{1}(index); 267 if ~isempty(j2_series{end}) 268 j2=j2_series{end}(index); 269 else 270 j2=j1; 271 end 272 end 273 OutputFile=fullfile_uvmat(OutputPath,OutputDir,RootFileOut,FileExtOut,NomTypeOut,i1,i2,j1,j2); 266 end 267 i_out=floor((i1+i2)/2); 268 OutputFile=fullfile_uvmat(OutputPath,OutputDir,RootFileOut,FileExtOut,NomTypeOut,i_out,[],j1); 274 269 if ~CheckOverwrite && exist(OutputFile,'file') 275 270 disp(['existing output file ' OutputFile ' already exists, skip to next field'])
Note: See TracChangeset
for help on using the changeset viewer.
