Dear all,
I use opendx for visualizing volumes, up today these volumes where
described by a single file composed by a header and an array of
floats. For importing the data I use "headers files" like:
-------------------
file =spher.fcc
grid = 90 x 90 x 90
#linux
format = lsb ieee
#sgi
#format = msb ieee
interleaving = record
majority = column
header = bytes 1296
field = Density
structure = scalar
type = float
dependency = positions
#positions = -45, 1, -45, 1, -45, 1
positions = 0, 1, 0, 1, 0, 1
end
----------------
These volumes are sampled using a cubic grid with sampling rate 1, or what
is the same using the opendx vocabulary the deltas are:
delta 1 0 0
delta 0 1.0 0
delta 0 0 1.0
Now I need to visualize volumes recorded using
delta 0.5 0.5 0
delta 0.5 0.0 0.5
delta 0.0 0.5 0.5
How should I change the header file? My guess is that the field
"positions" is the one that need to be modified but how?
thanks for the help
Roberto