How can we create cubic pore network from image.array #2887
Answered
by
jgostick
PengzhuLin
asked this question in
Q&A
-
Thank you for your tutorial of Import an Extracted Network and Predict Transport Properties. Snow2 can provide a simplified but irregular instead of cubic pore network. And I notcie that in Porespy, there is use "net = op.network.CubicTemplate(template=im, spacing=1.0)" to create cubic pore network. But the use of CubicTemplate may generate too big network. Is there other method to create regular (cubic) pore network from image arrays? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
jgostick
Jan 15, 2024
Replies: 1 comment
-
Not really, you can just downsize your image, using something like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PengzhuLin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not really, you can just downsize your image, using something like
scipy.ndimage.zoom
.