question on stack histogram macro
Posted by
Lai Ding on
Nov 30, 2016; 2:32am
URL: http://imagej.273.s1.nabble.com/question-on-stack-histogram-macro-tp5017654.html
Hello There,
I have a simple question on acquiring stack histogram.
If I have a stack image named "raw", I can use "Analyze" --> "Histogram" to get the stack histogram. the ImageJ will show the histogram in a new window named "Histogram of raw". once I click the "List" button in the new window, it will show all the bins and counts in a table, then I can save teh table as a xls file.
My question is how to achieve this in macro language. once I run
selectImage("raw");
run("Histogram", "stack");
how do I open the stack histogram table ( as manully click the "List" button)?
Thanks
Lai
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html