bug in color/split

Posted by Thomas Boudier on
URL: http://imagej.273.s1.nabble.com/bug-in-color-split-tp5000429.html

Hi,

When I try to use 3D filtering on a stack that comes from a composite
stack that has just been splitted with Color/split Channel, the 3D
filters do not work and indicate a bitDepth=0. When I manually change to
16 bits it's working.

run("Confocal Series (2.2MB)");
run("Split Channels");
selectWindow("C1-confocal-series.tif");
run("Mean 3D...", "x=2 y=2 z=2"); // DOES NOT WORK
run("16-bit");
run("8-bit");
run("Mean 3D...", "x=2 y=2 z=2"); // WORKS

Thomas

--
   /**********************************************************/
      Thomas Boudier, MCU Université Pierre et Marie Curie,
      Modélisation Cellulaire et Imagerie Biologique (EE1),
      IFR 83, Bat B 7ème étage, porte 723, Campus Jussieu.
      Tel : 01 44 27 46 92   Fax : 01 44 27 22 91
/*******************************************************/

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