Changeset 1096 for trunk/src/series/merge_proj.m
- Timestamp:
- Apr 2, 2021, 3:57:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r1094 r1096 83 83 if ~exist(FirstFileName,'file') 84 84 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')87 85 end 88 86 return … … 252 250 CheckOverwrite=Param.CheckOverwrite; 253 251 end 254 OutputPath=fullfile(Param.OutputPath, Param.Experiment,Param.Device);252 OutputPath=fullfile(Param.OutputPath,num2str(Param.Experiment),num2str(Param.Device)); 255 253 256 254 for index=1:NbField
Note: See TracChangeset
for help on using the changeset viewer.