<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#009900">
<div class="moz-text-html" lang="x-western"> Hi,<br>
I have a file that contains information derived from a DT MRI scan.&nbsp;
The information is in the form of set of floating point triplets for
each pixel of a 20x256x256 volume.&nbsp; i.e the file is of the form:<br>
<br>
A(1,1,1) = (3.2, 1.1, 1.2), <br>
A(1,1,2) = (5.6, 2.8,3.2),<br>
&nbsp;...,<br>
A(1,1,256) = (4.3,6.5, 5.4),<br>
A(1,2,1 )= (4.5, 6.7, 2.3)<br>
...<br>
A(1,256,256) = (4.5, 5.6, 6.7), <br>
A(2,1,1) = (1.2, 2.3, 3.4),<br>
&nbsp;..., <br>
A(20, 256, 256) = (5.4, 4.2, 2.1)<br>
<br>
<br>
<br>
The index number of elements is of course not contained in the file.&nbsp; I
wrote them to make the format clear.<br>
<br>
I know the physical resolution of each point and of course I can write
a program to place whatever headers are needed.<br>
<br>
<br>
QUESTION:<br>
<br>
How can I have paraview&nbsp; to automatically map the triplet values to HSV
and/or RGB triplet sets and display the volume.&nbsp; I don't really care
what format my data file is converted to (e.g pvd, vtk, tiff, ...) so
long as it requires minimal programming on my part, as I am not really
a programmer.<br>
<br>
I am hoping that this is a very easy problem and that there exists some
reader/writer filter in paraiew or VTK/ITK&nbsp; to help with this task.<br>
<br>
thanks for all your help,<br>
Arash<br>
<br>
<br>
<br>
PS&nbsp; Sorry if this is a repeat
</div>
</body>
</html>