Login  Register

Spaces in Results-Table Headers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Spaces in Results-Table Headers

jumpfunky
Hi,

I've used the system results table. But when I try to use the summarize "Results->Summarize"  functionality, every space is interpreted as sign for a  new column. An Example:

I've used the follwing Column Header: "Conv Hull Peri.".
The following exception occurs when I use the summarize functionality:
java.lang.IllegalArgumentException: "Conv" column not found
        at ij.measure.ResultsTable.getValue(ResultsTable.java:325)

How can I add spaces in the headings?

Kind Regards
Thorsten

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Spaces in Results-Table Headers

jumpfunky
Okay, I got it!

I'am using unicode "non-breaking space" \u00A0 instead of a normal space. That works!

Kind Regards
Thorsten

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Spaces in Results-Table Headers

Rasband, Wayne (NIH/NIMH) [E]
In reply to this post by jumpfunky
On Nov 6, 2012, at 6:00 AM, Thorsten Wagner wrote:

> Hi,
>
> I've used the system results table. But when I try to use the summarize "Results->Summarize"  functionality, every space is interpreted as sign for a  new column. An Example:
>
> I've used the follwing Column Header: "Conv Hull Peri.".
> The following exception occurs when I use the summarize functionality:
> java.lang.IllegalArgumentException: "Conv" column not found
> at ij.measure.ResultsTable.getValue(ResultsTable.java:325)
>
> How can I add spaces in the headings?

This bug is fixed in the ImageJ 1.47e daily build.

-wayne

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html