Z-Aspect inside Volume Viewer plugin

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

Z-Aspect inside Volume Viewer plugin

Muttee Sheikh
   Hello everyone,

   Is there a way to specify the z-aspect value for the Volume Viewer  
inside a macro?... i use labview to create a macro for a given set of  
images, for volume rendering, but now i want to specify the z-aspect  
INSIDE the macro, so the user does not have to edit this value in  
ImageJ volume viewer directly,

   Thanks..

   Muttee Sheikh
Photonics Research Group,
Dept. of Electrical and Computer Engineering,
University of Toronto,
Canada
(647) 686 5152
Reply | Threaded
Open this post in threaded view
|

Re: Z-Aspect inside Volume Viewer plugin

Wayne Rasband
Use the setVoxelSize(width, height, depth, unit) macro function.

-wayne

>    Is there a way to specify the z-aspect value for the Volume Viewer
> inside a macro?... i use labview to create a macro for a given set of
> images, for volume rendering, but now i want to specify the z-aspect
> INSIDE the macro, so the user does not have to edit this value in
> ImageJ volume viewer directly,