Dear all,
I have a 3-dimensional volume array of size (64, 64, 64) which has an extension of “.npy”. I wanted to visualize in paraview so that I can do post-processing work from the software.
-
Since, paraview does not support “.npy” file extension directly, how do I open it?
-
I converted “.npy” file to “.raw” file extension and opened in ParaView with proper assignment of
a. File Dimensionality: 3
b. Data Extent: 0-64, 0-64, 0-64
c. Data Scalar type: Unsigned char(int8).
All I could see is a cube of (646464). But the volume is of different model. -
How do I convert “.npy” file to paraview readable extension?
Thanks and Regards,
Sunag R A.