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

Fixed multiple image sizes for Hemato

parent b55d1012
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ function InitializeConstants()
global CONSTANTS
im = Helper.LoadIntensityImage(Helper.GetFullImagePath(1));
Load.AddConstant('imageSize',size(im),1);
Load.AddConstant('imageSize',size(im),0);
if (~isfield(CONSTANTS,'cellType') || isempty(CONSTANTS.cellType))
type = questdlg('Cell Type:','Cell Type','Adult','Hemato','Adult');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment