<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style style="display: none;" id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body tabindex="0" aria-label="Message body" fpstyle="1" dir="ltr">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000; margin: 0">
Dear Paraview community,<br>
<br>
I am trying to use Paraview to render a volume composed of several slices acquired with a microscope.&nbsp; Due to our method of data acquisition, the slices do not line up exactly.&nbsp; They are skewed at a certain angle.&nbsp; So the image stack is shaped like a parallelepiped
 rather than the conventional cuboid shape.&nbsp; The nrrd file format seems like a good candidate to allow us to render these skewed volumes since nrrd allows one to relate data space with physical/global space by setting the &quot;space directions&quot; property in the
 nrrd header file (see below).<br>
<br>
I have written the nrrd header file as below, but I cannot get Paraview to render the stack correctly.&nbsp; It just renders the stacks in a cuboid shape as if I never even set the &quot;space directions&quot; property.&nbsp; Have I written the header file incorrectly, or am I
 forgetting something?&nbsp; Or maybe paraview cannot make use of this metadata?&nbsp; I have double checked my geometry, and I believe that the space directions vectors are correct.<br>
<br>
NRRD0005<br>
type: uint16<br>
data file: stack_2560_2160_200_uint16.raw<br>
dimension: 3<br>
sizes: 2560 2160 200<br>
spacings:&nbsp; .325 .325 5<br>
space directions: (.325,0,0) (0,.2815,.1625) (0,-4.3301,2.5)<br>
thicknesses: nan nan 5<br>
encoding: raw<br>
endian: little<br>
<br>
Thanks for your help,<br>
Cody Greer<br>
Washington University in St. Louis<br>
</div>
</body>
</html>