Recording results parameters from looped macros
Posted by atjlee on Apr 18, 2016; 1:34pm
URL: http://imagej.273.s1.nabble.com/Recording-results-parameters-from-looped-macros-tp5016163.html
Hello.
I'm new to ImageJ and am trying to write a macro that will count particles in a ROI.
The specific problem I can't figure out is how to extract information from a results table and record to a separate table, so that as the macro runs on multiple files in a directory, the desired output is recorded in a table against the name of the file.
What I need for each file is for the count column of the summary table to be written into a a table against the file name, and for this result for all files to be written to the same table. I'm not familiar with the syntax for getting data from a table, so i'd be grateful if someone could point me on the right track.
Thanks
Alex