Login  Register

Plot Profile Data

Posted by davek604 on Dec 07, 2015; 10:00pm
URL: http://imagej.273.s1.nabble.com/Plot-Profile-Data-tp5015167.html

Hello
I'm cuurently writing a plugin which involves some processing of data extracted from a plot profile. Unfortunately I can't figure out how to get the raw data values out of the profile into an array. The code I'm trying is below.

ProfilePlot theplot = new ProfilePlot();
theplot.getPlot();
double thedata[] = theplot.getProfile();

Any help appreciated

Regards

David