Login  Register

RE: Modify (or create) results table

Posted by Cyril Turiès on Oct 16, 2015; 1:59pm
URL: http://imagej.273.s1.nabble.com/Modify-or-create-results-table-tp5011481p5014662.html

If I understand your need it should be something like this:



It's easy for the first column but if you add a new column for each image you analyze, it will be difficult to manage as you are not in "result table".
In result table you can set result in a specific line or column "setResult("Column", row, value)", with custom tables it's only text strings. You will have to create the new heading and insert the data in the text string at the correct position.

In your analysis, do you need the ImageJ result table or do you only need the custom stat table?