-
|
Hi, I'm currently learning openEMS and I'm going through the Python tutorials. I was wondering how can view the output h5 files in Paraview? For example, the Sim_Patch Python tutorial generates an nf2ff_E h5 group, and when I try to open them in Paraview it fails to load. Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi, paraview cannot open hdf5 files. and are you sure you want to look at these? They contain the near-fields needed for the far-field calculations. I assume you rather want to look at the far-fields? |
Beta Was this translation helpful? Give feedback.
Hi, paraview cannot open hdf5 files. and are you sure you want to look at these? They contain the near-fields needed for the far-field calculations. I assume you rather want to look at the far-fields?
I think currently there is no converter for the openEMS data in hdf5 to any vtk format in python.