ROI names in batch mode

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ROI names in batch mode

Reneff, Gregory
Is there a way to retrive the ROI name from batchmode?  I currently have
a macro that works in regular mode (passed -macro on command, or run
from within the GUI interface) that uses
call("ij.plugin.frame.RoiManager.getName", SignalRoi[j]) to retrieve the
name of a given (SignalRoi[j]) ROI entry.  But when I run with -batch, I
end up with nulls.

 

Gregory Reneff
R&D
Electronics Design Engineer III
[hidden email]


Alere San Diego, Inc.
9975 Summers Ridge Road
San Diego, CA 92121
858-805-3158

alere.com
Reply | Threaded
Open this post in threaded view
|

Re: ROI names in batch mode

Rasband, Wayne (NIH/NIMH) [E]
On Feb 28, 2012, at 7:10 PM, Reneff, Gregory wrote:

> Is there a way to retrive the ROI name from batchmode?  I currently have
> a macro that works in regular mode (passed -macro on command, or run
> from within the GUI interface) that uses
> call("ij.plugin.frame.RoiManager.getName", SignalRoi[j]) to retrieve the
> name of a given (SignalRoi[j]) ROI entry.  But when I run with -batch, I
> end up with nulls.

This bug is fixed in ImageJ 1.46h.

-wayne