PMEAL / porespy

A set of tools for characterizing and analying 3D images of porous materials
https://porespy.org
MIT License
302 stars 98 forks source link

Allow rescaling SNOW based on voxel size #614

Open ma-sadeghi opened 2 years ago

ma-sadeghi commented 2 years ago

Currently, voxel size is passed as an argument to SNOW, meaning that once the network is extracted, it's not possible to easily rescale the output based on a different voxel size. It'd be handy if there was an option to rescale the network afterwards. This is specially useful for large extractions that might take days to complete.

jgostick commented 2 years ago

I think this is possible by hand, but is tedious and error prone. A function to do it make sense.