Ignore:
Timestamp:
Mar 1, 2024, 8:09:20 PM (2 months ago)
Author:
sommeria
Message:

LIF calibration update and extrct_multitif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/aver_stat.m

    r1127 r1129  
    298298        for iview=1:NbView
    299299            % reading input file(s)
     300            filecell{iview,index}
    300301            [Data{iview},tild,errormsg] = read_field(filecell{iview,index},FileType{iview},InputFields{iview},frame_index{iview}(index));
    301302            if ~isempty(errormsg)
     
    469470   
    470471    %% 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);
    472475    if strcmp(FileExtOut,'.png') %case of images
    473476        if isequal(FileInfo{1}.BitDepth,16)||(numel(FileInfo)==2 &&isequal(FileInfo{2}.BitDepth,16))
Note: See TracChangeset for help on using the changeset viewer.