[Paraview] is CSV reader a good alternative to ImageReader?
Anton Shterenlikht
mexas at bristol.ac.uk
Fri Mar 22 08:37:34 EDT 2013
I'm having problems with ImageReader:
http://paraview.org/Bug/view.php?id=13953
I'm thinking about trying the CSV reader instead.
My data is a 3D array of integers.
For the ImageReader I write it in binary
form using fortran 2003 "stream".
I guess I can write it in a form:
i, j, k, value
i, j, k, value
...
in an ascii file.
Apart from generating a bigger file,
are there any other potential problems
I should consider?
Thanks
Anton
More information about the ParaView
mailing list