hi,

I have a source data file in plain text.
(scattered scalar data, with explicit position in 3d)

#obj1 Total3
x1, y1, z1, v1
x2, y2, z2, v2
x3, y3, z3, v3
x4, y4, z4, v4
#obj2 Total3
x5, y5, z5, v5
x6, y6, z6, v6
#obj3 Total3
x7, y7, z7, v7
x8, y8, z8, v8
x9, y9, z9, v9

how to "correctly" import or describe it as a general file.
I have tried to do like this,
==================================
file = file.dat
points = 3   # here is the problem
format = ascii
interleaving = field
header = lines 1
series = 3, 1, 1, separator = marker "Total3\n"
field = locations, field0
structure = 3-vector, scalar
type = float, float

end
==============================
But the problem is that
each data group has different "points",
(if I set a much bigger "poins" number, it can not be imported).

how?
thanks,
_______________________________________________
OpenDX2-users mailing list
OpenDX2-users@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opendx2-users

Reply via email to