Re: In situ Show is not present anymore !!!!

Posted by Eric Denarier on
URL: http://imagej.273.s1.nabble.com/In-situ-Show-is-not-present-anymore-tp5024284p5024286.html

Thank you Wayne !!!



Eric Denarier
Grenoble Institut des Neurosciences
Inserm U1216
Chemin Fortuné Ferrini
38700 La Tronche
France

Tél :33 (0)4 565 205 23

https://neurosciences.univ-grenoble-alpes.fr/

Le 18/12/2020 à 01:46, Wayne Rasband a écrit :

>> On Dec 17, 2020, at 7:51 AM, Eric Denarier <[hidden email]> wrote:
>>
>> Hi list,
>>
>> I am using Fiji with ImageJ 1.53g. In the particle analyzer the function "in situ show" does not appear anymore.
>>
>> Can it be replace with something else ???
> It has been replaced by the “Overlay” option and the Overlay.fill() macro function. Here is an example:
>
>    run("Blobs (25K)");
>    setAutoThreshold("Default");
>    run("Analyze Particles...", "overlay");
>    Overlay.fill("black", "white"); //requires 1.53h10
>    Overlay.remove;
>    resetThreshold;
>
>> Does a macro using this function will work ?
> Macros that use the ‘in_situ’ option will continue to work.
>
> -wayne
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html