Changeset 1129 for trunk/src/series/aver_stat.m
- Timestamp:
- Mar 1, 2024, 8:09:20 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r1127 r1129 298 298 for iview=1:NbView 299 299 % reading input file(s) 300 filecell{iview,index} 300 301 [Data{iview},tild,errormsg] = read_field(filecell{iview,index},FileType{iview},InputFields{iview},frame_index{iview}(index)); 301 302 if ~isempty(errormsg) … … 469 470 470 471 %% writing the result file 471 OutputFile=fullfile_uvmat(OutputPath,OutputDir,RootFile{1},FileExtOut,NomTypeOut,first_i,last_i,first_j_out,last_j_out); 472 RootPathOut=fullfile(Param.OutputPath,Param.Experiment,Param.Device); 473 OutputDir=[Param.OutputSubDir Param.OutputDirExt]; 474 OutputFile=fullfile_uvmat(RootPathOut,OutputDir,RootFile{1},FileExtOut,NomTypeOut,first_i,last_i,first_j_out,last_j_out); 472 475 if strcmp(FileExtOut,'.png') %case of images 473 476 if isequal(FileInfo{1}.BitDepth,16)||(numel(FileInfo)==2 &&isequal(FileInfo{2}.BitDepth,16))
Note: See TracChangeset
for help on using the changeset viewer.