Skip to content
Snippets Groups Projects
Commit e4d37e40 authored by Eric Wait's avatar Eric Wait
Browse files

Read the correct image in the folder not just the first json file

parent f48a1926
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ function [varargout] = Open( im, imData, imagePath, mesagePkgStr ) ...@@ -118,7 +118,7 @@ function [varargout] = Open( im, imData, imagePath, mesagePkgStr )
D3d.Update(); D3d.Update();
end end
else else
im = MicroscopeData.Reader('path',imData.imageDir,'timeRange',[1,1]); im = MicroscopeData.Reader('path',fullfile(imData.imageDir,[imData.DatasetName,'.json']),'timeRange',[1,1]);
D3d.LoadImage(im,1,1); D3d.LoadImage(im,1,1);
D3d.Update(); D3d.Update();
loadTransFunc(imData,im); loadTransFunc(imData,im);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment