You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the SuperSeggerViewerGui we are trying to make the consensus of all the cells from one image (snap shot).
But we have this error: Computing consensus array (max cell number 83)
Undefined function or variable 'ssCell'.
Error in makeConsensusImage (line 69)
towerMergeImages(dataImArray.imCell, dataImArray.maskCell, ssCell, ...
Error in superSeggerViewerGui>consensus_image (line 1563)
= makeConsensusImage(tmp,handles.CONST,tmpskip,4,0);
Error in superSeggerViewerGui>output_list_Callback (line 1445)
handles = consensus_image(handles)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in superSeggerViewerGui (line 40)
gui_mainfcn(gui_State, varargin{:});
Error in
Do you know how we could solve the problem? The Cell Tower output option works.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Using the SuperSeggerViewerGui we are trying to make the consensus of all the cells from one image (snap shot).
But we have this error:
Computing consensus array (max cell number 83)
Undefined function or variable 'ssCell'.
Error in makeConsensusImage (line 69)
towerMergeImages(dataImArray.imCell, dataImArray.maskCell, ssCell, ...
Error in superSeggerViewerGui>consensus_image (line 1563)
= makeConsensusImage(tmp,handles.CONST,tmpskip,4,0);
Error in superSeggerViewerGui>output_list_Callback (line 1445)
handles = consensus_image(handles)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in superSeggerViewerGui (line 40)
gui_mainfcn(gui_State, varargin{:});
Error in
Do you know how we could solve the problem? The Cell Tower output option works.
Thank you.
The text was updated successfully, but these errors were encountered: