<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDSINFO "
title="NEEDSINFO - macro waitForUser issue"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1179#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEEDSINFO "
title="NEEDSINFO - macro waitForUser issue"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1179">bug 1179</a>
from <span class="vcard"><a class="email" href="mailto:vbindoka@bsd.uchicago.edu" title="vbindoka@bsd.uchicago.edu">vbindoka@bsd.uchicago.edu</a>
</span></b>
<pre>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!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>