In situ Show is not present anymore !!!!

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

In situ Show is not present anymore !!!!

Eric Denarier
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 ???

Does a macro using this function will work ?

Thank you



--

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/

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

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

Wayne Rasband-2
> 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
Reply | Threaded
Open this post in threaded view
|

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

Eric Denarier
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