Hi,
hope it is not just me, but when I call getStatistics in a macro
without all variables, I still get the results in the order of (area,
mean, min, max, std, histogram).
For example, getStatistics(mean, std) will give me the area value in
"mean" and the mean intensity in "std". An easy workaround is to call
getStatistics(area, mean, min, max, std, histogram) and just not use
the unwanted results - but as I understand from
http://rsbweb.nih.gov/ij/developer/macro/functions.html#getStatistics,
it should work also with the reduced command.
I am using 1.47a.
Best regards,
Volker
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html