Changeset 971 for trunk/src/series/extract_multitif.m
- Timestamp:
- Nov 9, 2016, 7:47:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_multitif.m
r939 r971 130 130 rank=regexprep(rank,['^' RootName '@'],''); 131 131 if ~isequal(str2num(rank),ilist-1) 132 disp( 'error in the list of input files')132 disp(['error in the list of input file # ' num2str(ilist-1)]) 133 133 return 134 134 end … … 178 178 t=struct2xml(XmlInput.Camera); 179 179 t=set(t,1,'name','ImaDoc'); 180 save( fullfile(Param.InputTable{1,1},'PCO.xml'),t)180 save(t,fullfile(Param.InputTable{1,1},'PCO.xml')) 181 181 182 182 %% remove initial files if transfer OK
Note: See TracChangeset
for help on using the changeset viewer.