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

Fix for KLB export from raw LLSM data

parent 150e2ff2
Branches
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ function ConvertToKLB(dirIn,dirOut, subfolders, forceDatasetName) ...@@ -38,8 +38,8 @@ function ConvertToKLB(dirIn,dirOut, subfolders, forceDatasetName)
camMap = unique({parseStruct.cam}.'); camMap = unique({parseStruct.cam}.');
frames = unique(vertcat(parseStruct.stack)); frames = unique(vertcat(parseStruct.stack));
if ( length(frames) == 1 && ~isempty(parseStruct.iter) ) if ( length(frames) == 1 && ~isempty(vertcat(parseStruct.iter)) )
frames = unique(parseStruct.iter); frames = unique(vertcat(parseStruct.iter));
end end
tiffName = LLSM.MatchFilename(parseStruct, camMap(1), frames(1), chanMap(1)); tiffName = LLSM.MatchFilename(parseStruct, camMap(1), frames(1), chanMap(1));
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment