Reading 3D SPH data

   617   0   0
User Avatar
Member
1 posts
Joined: 3月 2023
Offline
Hi,
I need to read my SPH particle data in Houdini and visualize them. The data is in a binary format but I also converted into numpy arrays, it looks like this
array([(-4.27197407e+96, , , 1.24645970e-15, 4.48415509e-44, 5.63226576e-18, 4.48415509e-44, 7.54785095e+02),
( 3.13890856e-43, , , 1.15608844e+26, 1.79366203e-43, -4.78278582e+11, 8.96831017e-44, 1.79626078e-10)], ETC...
dtype

How can I read my data using a python script? I am a beginner btw.
Thanks.
  • Quick Links