Skip to content
Snippets Groups Projects
Commit 88620cf2 authored by Mark Winter's avatar Mark Winter
Browse files

Updated export code to use new utility conversion function.

parent f1302971
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function jsonPath = ExportImages(exportDir, inRoot,inFilename)
[~,imD] = MicroscopeData.Original.Convert2Tiffs(inRoot,inFilename, exportDir, true, false);
[~,imD] = MicroscopeData.Original.ConvertData(inRoot,inFilename, exportDir, false, true, false);
if ( length(imD) > 1 )
[~,imName] = fileparts(inFilename);
exportDir = fullfile(exportDir,imName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment