I'm using ImageJ to try to export the raw data values of the grayscale mean
of a rectangular region of interest over time. I don't have much experience
with macros, but using the macro recorder, here's what I have so far.
makeRectangle(75, 45, 44, 43); // ROI selected
run("Plot Z-axis Profile", "profile=time"); // graph relating mean and
time is generated
saveAs("Results", "C:/Users/Admin/Desktop/PlotValues.csv"); // csv file
is generated
Running this macro produces the graph, but the csv file in't created.
What's the problem here?
--
Sent from:
http://imagej.1557.x6.nabble.com/--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html