Bug with the Color > Merge Channels

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

Bug with the Color > Merge Channels

lechristophe
Hi,

If I do this :

run("Confocal Series (2.2MB)");
run("Split Channels");
run("Merge Channels...", "red=C1-confocal-series.tif
green=C2-confocal-series.tif blue=C1-confocal-series.tif
gray=C2-confocal-series.tif");

i.e. take a multi-channel /z hyperstack, split channels, and the merge
channels with all four colors specified (for the exemple here I duplicated
the two channels on four colors), the merged image never appears, whereas
the individual channels images are properly closed. So I end up with no
images open. Asking all four colors in the resulting overlay is be necessary
to reproduce (it works with two or three colors merges).

I think there is a bug somewhere, although it works with multi channels,
single Z hyperstacks (such as the "Neuron" exemple image) and with single
images.

Christophe
Reply | Threaded
Open this post in threaded view
|

Re: Bug with the Color > Merge Channels

Rasband, Wayne (NIH/NIMH) [E]
On Sep 28, 2011, at 9:55 AM, Christophe Leterrier wrote:

> Hi,
>
> If I do this :
>
> run("Confocal Series (2.2MB)");
> run("Split Channels");
> run("Merge Channels...", "red=C1-confocal-series.tif
> green=C2-confocal-series.tif blue=C1-confocal-series.tif
> gray=C2-confocal-series.tif");
>
> i.e. take a multi-channel /z hyperstack, split channels, and the merge
> channels with all four colors specified (for the exemple here I duplicated
> the two channels on four colors), the merged image never appears, whereas
> the individual channels images are properly closed. So I end up with no
> images open. Asking all four colors in the resulting overlay is be necessary
> to reproduce (it works with two or three colors merges).
>
> I think there is a bug somewhere, although it works with multi channels,
> single Z hyperstacks (such as the "Neuron" exemple image) and with single
> images.

This bug is fixed in the ImageJ 1.45q daily build.

-wayne