Re: strings in the Results Table
Posted by
Gabriel Landini on
Nov 25, 2007; 4:38pm
URL: http://imagej.273.s1.nabble.com/no-subject-tp3697939p3697942.html
On Sunday 25 November 2007, Christopher Coulon wrote:
> Greg Joss¹ Results and Text (
>
http://rsb.info.nih.gov/ij/plugins/results.html ) shows how to create
> multiple results tables by creating ResultsTable methods in your plugin.
> Let me know off-list if you need more details.
Thanks Chris, my comments were about accessing the data in several tables from
macros. This would need something like the getResult() function that points
to a particular table (or to the Results Table by default if no other table
is explicit).
So far I what I have done is to create arrays of the parameters of interest in
a macro and load those from the RT so I can re-use the RT for something else
without losing the previous results.
Just imagine running several times the Particles8_Plus plugin several times
and keeping all those tables accessible.
I guess that this may not be easy to add to IJ and would require changing
lots of other plugins as well...
Regards,
Gabriel