Login  Register

Question about width of slices in a stack

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

Question about width of slices in a stack

Rafael Martinez Vega
2 posts
Hello everyone,

Is there a way in which the width of the slices that form a stack can be
changed or declared? If so, how do I do that? While I was expecting to
get some images to process I generated some circles to see how it works
by trying to make a sphere out of it. It works fine, in the sense of
creating the stack; but whenever I try to generate the volume or the
surface (it is a sphere) I get a surface more like an ellipsoid. That
naturally has to do with the fact that while making the stack with the
slices, it moves along the Z-axis faster than it should, therefore I'd
like to know how to adjust the width of the slices and thus reduce the
speed in which the Z-axis is traversed.

Thanks in advance for any help provided.

MSc Rafael Martínez Vega
Biomathematics Graduate Student
Department of Mathematics
Florida State University

Mathematics Academy
Universidad Autónoma de la Ciudad de México
Plantel San Lorenzo Tezonco

P.s. though I'm a mathematician; I'm more a theoretical one and I'm
definitely not that good programming.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Question about width of slices in a stack

Gabriel Landini
1783 posts
On Wednesday 29 July 2009 19:26:11 Rafael Martinez Vega wrote:

> Hello everyone,
>
> Is there a way in which the width of the slices that form a stack can be
> changed or declared? If so, how do I do that? While I was expecting to
> get some images to process I generated some circles to see how it works
> by trying to make a sphere out of it. It works fine, in the sense of
> creating the stack; but whenever I try to generate the volume or the
> surface (it is a sphere) I get a surface more like an ellipsoid. That
> naturally has to do with the fact that while making the stack with the
> slices, it moves along the Z-axis faster than it should, therefore I'd
> like to know how to adjust the width of the slices and thus reduce the
> speed in which the Z-axis is traversed.

You can change the depth of the z dimension of the voxels with
Image>Properties.

Cheers
G.