[ImageJ-bugs] [Bug 987] saveAs("Results", "...") does not work
bugzilla at fiji.sc
bugzilla at fiji.sc
Tue Jan 13 19:45:46 CST 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=987
Wayne Rasband <wsr at nih.gov> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wsr at nih.gov
--- Comment #1 from Wayne Rasband <wsr at nih.gov> ---
Your mini macro works as expected when I run it on ImageJ 1.49n. As a work
around, try writing directly to the Results table, as in this example:
run("Clear Results");
for (i=1; i<=3; i++)
setResult("Header"+i, 0, "Data"+i);
setOption("ShowRowNumbers", false);
updateResults;
saveAs("Results", "/Users/wayne/Results.csv");
run("Close");
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150114/808d07b3/attachment.html>
More information about the Imagej-bugs
mailing list