Re: problem with addslice
Posted by Albert Cardona on
URL: http://imagej.273.s1.nabble.com/problem-with-addslice-tp3699497p3699498.html
Hi Peter,
You are reusing variables, so all slices end up pointing to the same
pixels array, which is that of the last.
Albert