Login  Register

Re: MTrack2 plugin bug fix

Posted by dscho on Nov 25, 2009; 10:51am
URL: http://imagej.273.s1.nabble.com/MTrack2-plugin-bug-fix-tp3690333p3690339.html

Hi Chris,

On Wed, 25 Nov 2009, chris elliott wrote:

> If a sequence of images contains one with no particles, MTrack2 returns
> early and does not write a results file, path plot or other data. The
> attached patch fixes it

Would it not be better to just replace the "return;" in

                       if (sxRes==null)
                                return;

with a "continue;"?

Ciao,
Dscho