Skip to content
Snippets Groups Projects
Commit 6015b671 authored by actb's avatar actb
Browse files

expname settings on import

parent fb6d807f
Branches
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ for t=1:length(flist)
imd1.Dimensions(3)=imd1.NumberOfFrames;
imd1.NumberOfFrames=length(dir(fullfile(infolder,'*.tif')));
imd1.PixelPhysicalSize(3)=imd1.PixelPhysicalSize(3)*0.5;
imd1.DatasetName=expname;
end
imd1.DatasetName=expname;
h5file=fullfile(outfolder,[expname '.h5']);
prepareH5(h5file,imd1);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment