Saving macro results to array in java?
Posted by ultrah on Jun 01, 2010; 9:20am
URL: http://imagej.273.s1.nabble.com/Saving-macro-results-to-array-in-java-tp3688093.html
hi,
I want to work with with the results of a macro in java. currently I export the results to xls and reimport them.
for example:
IJ.run("Shape Descriptors", "display=[Mean particle details] size=500-100000 circularity=0-1 show=Nothing display exclude clear");
IJ.saveAs("Text", "[path]\\Mean values.xls");
is there a way to do this without exporting to xls ?