JamesP
9th February 2010, 14:35
The erroneously named CSV Uniform Scalar reader needs to be able to ignore columns of data you don't want to read in. Users often have the indices, coordinates etc in their files even if the data is uniform.
e.g.
Currently I've had to read in the data as float[6] which Avizo considers as 3 complex numbers and then map it to a float[3] using Arithmetic as [Aiy, Arz, Aiz]
BTW are the import tools such as the CSV reader documented anywhere?
e.g.
Currently I've had to read in the data as float[6] which Avizo considers as 3 complex numbers and then map it to a float[3] using Arithmetic as [Aiy, Arz, Aiz]
BTW are the import tools such as the CSV reader documented anywhere?