Login  Register

Re: save the data from getRawStatistics

Posted by Herbie on Jul 10, 2020; 9:23am
URL: http://imagej.273.s1.nabble.com/save-the-data-from-getRawStatistics-tp5023656p5023657.html

Thomas,

this sample macro works for me:

//
run( "Blobs (25K)" );
getRawStatistics( n, mn, mi, mx, std );
datStr = ""+n+"\t"+mn+"\t"+mi+"\t"+mx+"\t"+std;
path = getDir("");
File.saveString( datStr, path+"my.txt" );
exit();
//

Best

Herbie

::::::::::::::::::::::::::::::::::::::::::::
Am 10.07.20 um 11:05 schrieb Thomas Fischer:
> Hi,
>
> This is probably a simple question, but I am unable to find an answer.
>
> Thankyou, Thomas
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

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