Hi Lloyd,
sorry, it seems that this question had escaped my notice. You can get the
list by adding this to the end of the macro:
run("Clear Results");
Plot.getValues(xpoints, ypoints);
for (i=0; i<xpoints.length; i++) {
setResult("R", i, xpoints[i]);
setResult("RDF", i, ypoints[i]);
}
Michael
_____________________________________________________
On Thu, April 21, 2011 21:17, nan0guy wrote:
> Folks,
>
> This question was posed previously in the forum by someone else, with no
> answer, so here goes again.
>
> I am using the excellent macro in the ImageJ Wiki by Michael Schmid for
> calculation of the RDF (
>
http://imagejdocu.tudor.lu/doku.php?id=macro:radial_distribution_function> here ), and it outputs the data in graphical form.
>
> How do I get the data in a textual format so that I can plot the data in
> other figures, and have greater control over the appearance of the plot?
>
> Thanks,
>
> Lloyd