>From my memory:

- xSpace, ySpace and zSpace are scaling factors (you could set it to 1.0 for
each).
- dataoffset is a bit complicated to explain but look at VolFile(String
filename). It has to do with how each points/voxels is stored
- minVal and maxVal are the minimum value and maximum value of the data set
(as you iterate through your data points, keep track of the min and max
values)

Kovalan

----- Original Message -----
From: "Vijayaraghavan Rajagopal" <[EMAIL PROTECTED]>
Sent: Saturday, June 29, 2002 10:40 PM
Subject: VolRend Application


> Hi,
>
> I have been studying the VolRend application code on the Java3D community
website. I would like to convert my DICOM files into the vol file format
like MRBrain.vol. I read the additional information about MRBrain.vol from
MRBrain.INF and README_MRI.txt. But I don't understand the variable names in
the VolFile class. What is xSpace, ySpace and zSpace? What is dataoffset,
and minVal and maxVal. Do I have to create my vol files exactly the same way
as MRBrain.vol? It seems to me that not all the header information in the
vol file is used by VolFile.
>
> Thanks in advance
> Vijay Rajagopal
>
>
> __________________________________________________________________
> Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop@Netscape!
http://shopnow.netscape.com/
>
> Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to