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
Hi all,
I think I might be having and issue with cells getting ID=0. At the moment I am using the last version of supersegger. I have been able to run it a couple of times successfully, but mots of the times I get the same error, which I paste here:
Error using multiAssignmentSparse/getRevAssign (line 460)
Cell contents indices must be greater than 0
Error in multiAssignmentSparse (line 349)
revAssign = getRevAssign();
Error in trackOptiLinkCellMulti (line 151)
data_c.regs.revmap.r] = assignmentFun (data_c, data_r,CONST,0,0);
Error in trackOpti (line 93)
trackOptiLinkCellMulti(dirname_seg, delete_old_err_files, CONST, header);
Error in BatchSuperSeggerOpti>intProcessXY (line 350)
trackOpti(dirname_xy,skip,CONST, header, startEnd);
Error in BatchSuperSeggerOpti (line 215)
parfor(j = 1:num_xy,workers)
Error in superSeggerGui>segment_images_Callback (line 213)
BatchSuperSeggerOpti(dirname, skip, clean_flag, CONST, startEnd);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in superSeggerGui (line 38)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)superSeggerGui('segment_images_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi all,
I think I might be having and issue with cells getting ID=0. At the moment I am using the last version of supersegger. I have been able to run it a couple of times successfully, but mots of the times I get the same error, which I paste here:
Error using multiAssignmentSparse/getRevAssign (line 460)
Cell contents indices must be greater than 0
Error in multiAssignmentSparse (line 349)
revAssign = getRevAssign();
Error in trackOptiLinkCellMulti (line 151)
data_c.regs.revmap.r] = assignmentFun (data_c, data_r,CONST,0,0);
Error in trackOpti (line 93)
trackOptiLinkCellMulti(dirname_seg, delete_old_err_files, CONST, header);
Error in BatchSuperSeggerOpti>intProcessXY (line 350)
trackOpti(dirname_xy,skip,CONST, header, startEnd);
Error in BatchSuperSeggerOpti (line 215)
parfor(j = 1:num_xy,workers)
Error in superSeggerGui>segment_images_Callback (line 213)
BatchSuperSeggerOpti(dirname, skip, clean_flag, CONST, startEnd);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in superSeggerGui (line 38)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)superSeggerGui('segment_images_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
Thanks for your help!
The text was updated successfully, but these errors were encountered: