Re: default empty values in Result Table
Posted by
Michael Schmid on
May 25, 2015; 7:15pm
URL: http://imagej.273.s1.nabble.com/default-empty-values-in-Result-Table-tp5012931p5012938.html
Hi Emanuele,
This is only slightly better than replacing '0' values at the end:
You could pre-fill the results table with NaNs and then overwrite the
values (assuming you add the values yourself, and it is not some plugin
that always adds values at the end).
Michael
_____________________________________________________________
On Mon, May 25, 2015 10:13, Emanuele Martini wrote:
> Hi to all,
> I am working on a jython plugin that permits to track (manually) the
> spindles elongation in a z-stack timelapse experiment.
> So I could have situations where spindle 1 is tracked until frame 10 and
> spindle 2 is track in frames 1,2,5,7.
> I would like to set up the resulttable with automatically NaN or empty
> values (and not 0 like it is) so I could obtain easyly something like
> that:
> sp1 3.2 12.3 3.4 5.6 7.7 0.5 ...
> sp2 3.7 14.4 4.6 ...
>
> without zero...is it possible?
> or I've to scan my result table for zero and replace with "" or NaN?
> thank you,
> Emanuele
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html