Ignore:
Timestamp:
Apr 2, 2021, 3:57:01 PM (3 years ago)
Author:
sommeria
Message:

bugs fixed

File:
1 edited

Legend:

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

    r1094 r1096  
    8383    if ~exist(FirstFileName,'file')
    8484        msgbox_uvmat('WARNING',['the first input file ' FirstFileName ' does not exist'])
    85     elseif isequal(size(Param.InputTable,1),1) && ~isfield(Param,'ProjObject')
    86         msgbox_uvmat('WARNING','You may need a projection object of type plane for merge_proj')
    8785    end
    8886    return
     
    252250    CheckOverwrite=Param.CheckOverwrite;
    253251end
    254 OutputPath=fullfile(Param.OutputPath,Param.Experiment,Param.Device);
     252OutputPath=fullfile(Param.OutputPath,num2str(Param.Experiment),num2str(Param.Device));
    255253
    256254for index=1:NbField
Note: See TracChangeset for help on using the changeset viewer.