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

Use the new syntax for getting MIP images

parent b3a28332
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if (~exist('im','var') || isempty(im))
imMIP = max(MipFullIm,[],3);
else
MipFullIm = [];
imMIP = MicroscopeData.ReaderMIP(imD,[],[],[],[],[],true);
imMIP = MicroscopeData.Reader('imageData',imD,'getMIP',true);
end
else
MipFullIm = im;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment