Problem with SLICER [message #2823] |
Sun, 02 October 1994 12:39 |
dpal
Messages: 7 Registered: June 1994
|
Junior Member |
|
|
Hello everyone:
This is a question regarding the SLICER widget. I have a file
containing temperature data and am trying to use the SLICER widget to
visualize contours etc at various slices. But I don't seem to get the
widget to do the job. I use the following code.
COMMON VOLUME_DATA, vol
OPENR, 1, "head.dat"
VOL = FLTARR(22, 22, 22)
READU, 1, VOL
CLOSE, 1
SLICER
The file head.dat contains the temperature data for the 22x22x22
nodes. When I use the slicer , I can see that the temperature values
that it is showing are actually way off from what they actually are in
the input file. That indicates, that my input file is not correctly
read by idl.
Is there a specfific format that this input file should be written
into. Can anyone tell me what format to use for writing this kind of
volume data.
Regards,
Deb
|
|
|