Unable to Remove Slice Info

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

Unable to Remove Slice Info

Aaron Schiffman
Recently, I have found that when I try to select an ROI, the color channel that ROI was created in is automatically selected as well. Moreover, when I create my ROIs with a macro, "remove slice info" has no effect on them. In the past, I have always been able to generate ROIs devoid of slice and channel information. Here is a sample of the code I've been using:

getCursorLoc(x, y, z, flags);
makeOval(x-radius, y-radius, radius*2, radius*2);
roiManager("Add");


I also have a few lines that manipulate the name of the ROI, but I've omitted this for concision.

Any assistance anyone is able to render would be greatly appreciated.

Reply | Threaded
Open this post in threaded view
|

Re: Unable to Remove Slice Info

Aaron Schiffman
As an addendum, reverting to ImageJ version 1.44n fixes this problem.