Login  Register

Re: Modify (or create) results table

Posted by Mark Matsche on Mar 10, 2015; 1:37pm
URL: http://imagej.273.s1.nabble.com/Modify-or-create-results-table-tp5011481p5011936.html

Thanks for the information!

Mark

Mark Matsche, MS
Fish and Wildlife Health
Maryland Dept. Natural Resources
Cooperative Oxford Lab
904 S. Morris Street
Oxford, MD 21654
410-226-5421 x129 (Ph)
410-226-0120 (Fax)

On Tue, Mar 10, 2015 at 8:56 AM, Cyril Turiès [via ImageJ] <[hidden email]> wrote:
Hello Mark,

I think this is possible but you will have to build your own summary table.
There is no ready-to-use solution this time as it depends on your image analysis steps and what you have in your Results table.

Here is a good example of macro and functions to build custom summary stat
http://rsb.info.nih.gov/ij/macros/CustomTabStatFromResults.txt

In the middle of this document there is a section: // --------------- tab functions ---------------//
you can add the standard deviation formula you need in the "makeStatFromResults" function and keep it in a variable that you add in the TabWindow function.


One another solution (the easier one) is to get the result calculated with the command:
run("Summarize");
But if you need it in your summary table you still have to make a custom one.


First problem if you analyse many images you have a lot of results from different images and you cannot run a standard deviation calculation on the whole results.

Maybe there is a way to get this value from statistics but I don't know how.

Cyril


If you reply to this email, your message will be added to the discussion below:
http://imagej.1557.x6.nabble.com/Modify-or-create-results-table-tp5011481p5011935.html
To unsubscribe from Modify (or create) results table, click here.
NAML