[ImageJ-bugs] [Bug 1179] macro waitForUser issue
bugzilla at fiji.sc
bugzilla at fiji.sc
Wed Oct 21 14:07:16 CDT 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=1179
--- Comment #3 from vbindoka at bsd.uchicago.edu ---
try this:
run("HeLa Cells (1.3M, 48-bit RGB)");
run("Set Measurements...", "area mean min integrated area_fraction limit
display redirect=None decimal=3");
Stack.getDimensions(w, h, ch, s, fr);
Stack.setDisplayMode("color");
setSlice(1);
waitForUser("red","scroll to red ch");
Stack.getPosition(red, s, fr);
waitForUser("grn","find green");
Stack.getPosition(grn, s, fr);
waitForUser("blu","find blue");
Stack.getPosition(blu, s, fr);
I get the 'duplicate call' error usually on the 'find green' step.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20151021/7f8b07fe/attachment.html>
More information about the Imagej-bugs
mailing list