Traceback (most recent call last):
File "flika\flika\roi.py", line 432, in update_kymograph
idx_to_keep = np.logical_not( (xx>=self.window.mx) | (xx<0) | (yy>=self.window.my) | (yy<0))
ValueError: operands could not be broadcast together with shapes (242,) (241,)
Traceback (most recent call last): File "flika\flika\roi.py", line 432, in update_kymograph idx_to_keep = np.logical_not( (xx>=self.window.mx) | (xx<0) | (yy>=self.window.my) | (yy<0)) ValueError: operands could not be broadcast together with shapes (242,) (241,)