Login  Register

Re: Unexpected Analyze Particles behavior

Posted by annie Venien on Aug 10, 2015; 1:58pm
URL: http://imagej.273.s1.nabble.com/Unexpected-Analyze-Particles-behavior-tp5013680p5013972.html

Hi
I have the same problem, I would like to append the "Results" and "Summary" of sevral images in only one table for the results and another one for the summary . Michael your solution works perfectly for the "Results" but not for the "Summary " .  I am running Image J 149t on windows7
Tanks in advance for help
Annie
Le 27 juil. 2015 à 15:44, Michael Schmid a écrit :

> On Jul 23, 2015, at 00:04, Andrew Sanchez wrote:
>
>> Is there a way to at least change
>>
>> selectWindow("Summary");
>> saveAs("text", dir1+"green.txt");
>>
>> so that instead of overwriting the file named "green.txt" it will append the
>> results to the file?
>
>
> Hi Andrew,
>
> to append the Results Table, you could try the following:
>
>  // There should be no table named "Results" at this point
>  IJ.renameResults("Summary","Results");
>  String.copyResults;
>  string = String.paste;
>  File.append(string, dir1+"green.txt")
>
> Michael
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html






--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html