Login  Register

Re: macro run ("make binary") doesn't work

Posted by Gabriel Landini on Feb 21, 2008; 8:37am
URL: http://imagej.273.s1.nabble.com/macro-run-make-binary-doesn-t-work-tp3697115p3697119.html

On Thursday 21 February 2008 03:13:48 Chris Clarin wrote:
> thank you for the reply -- it still doesn't work for me =( i exchanged it
> with running setAutoThreshold() and apply lut instead -- i saw it in one of
> the old macros and thought it would work and so far it does.
>
> as of now, all the others like invert, fill holes, etc. works but the
> remove outliers function does not work...but all the others does... i'm
> using imagej1.38. i'll try it with 1.39

This works fine here:

run("Gel (105K)");
setThreshold(0, 114);
run("Convert to Mask");


and so does this one:

run("Gel (105K)");
setThreshold(0, 114);
run("Make Binary", "thresholded remaining");