Login  Register

saving multiple measurements to the same spreadsheet or text file

Posted by patrick coffey on Mar 18, 2015; 7:02pm
URL: http://imagej.273.s1.nabble.com/saving-multiple-measurements-to-the-same-spreadsheet-or-text-file-tp5012045.html

Hi, I'm trying to determine if there is a straightforward way using a macro with imageJ to save multiple measurements to a spreadsheet file (or tab delimited txt file) in the form of a measurement for each column. Currently I can save a single measurement at a time where the relevant code is as follows

... looping through images  (image1, image2, image3 ... and so on)      
Plot.create("Profile", "X", "Value", profile);    // Plot profile
Plot.show();
waitForUser("","review Plot");
saveAs("Measurements");

I'd like the columns to be image1, image2, etc ...

Any sample code is greatly appreciated. Many thanks,
Patrick

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