Replies: 1 comment 5 replies
-
There is not way to do this in OpenPNM, but am I correct to assume that you are trying to overlay a network and a voxel image? If so then you can adjust the scaling of the voxel image in the property pipeline in paraview. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@jgostick. Dear professor, I need to export my network to view it in Paraview, but by default, the network is in meters, in Paraview I would like to view the properties in micrometers. The export command I'm using is the one below. Is there any way to perform this transformation of units in the export command?
op.io.project_to_vtk(proj_1, filename='network', fill_nans=None, fill_infs=None)
Beta Was this translation helpful? Give feedback.
All reactions