Login  Register

Re: Questions about analyze particles

Posted by Gabriel Landini on Nov 29, 2009; 5:49pm
URL: http://imagej.273.s1.nabble.com/Questions-about-analyze-particles-tp3690273p3690284.html

On Sunday 29 November 2009 17:02:57 you wrote:

> > I don't understand fully this, but one thing is sure: even ImageJ
> > produces a bad table. Why's there a baln row with "-" in there anyway?

Well, the tables generated are fine here, only tab delimited (I tried it again
on a different computer with 1.43m1).
Are you absolutely sure that the table you uploaded was not opened in Ooo and
then saved again as a CSV file or similar? What it is strange is that some
number columns are delimited with 0x22 and some aren't. I do not see any of
this in the tables I generate.

Perhaps it is time to update the ij.jar file and see if you get tables without
extra delimiters.
Save the Results table and look at it with a hex editor (okteta or mc) to see
if you still get the 0x22 delimiters.
The file should start with a space (0x20) yours starts with 0x22.

Cheers

G.