I am processing some images in MicrobeTracker and, when I try to join cells, I get the following error.
The lengths of the X and Y vectors must match Z.
Error in microbeTracker>align (line 5217)
Fx = interp2a(1:roiBox(3)+1,1:roiBox(4)+1,mpx,xCell,yCell,'linear',0);
Error in microbeTracker>forcejoincells (line 6843)
[pcCell,fitquality] = align(mask,pmapDx,pmapDy,pmapDx*0,pcCell0,p,true,roiBox,0.5,[frame lst(1)]);
Error in microbeTracker/manual_cbk (line 1910)
lst = forcejoincells(frame,selectedList);
Error while evaluating UIControl Callback