PMEAL / porespy

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

`porosity_profile` could use a bit more control #661

Open jgostick opened 2 years ago

jgostick commented 2 years ago

There is a new function called saturation_profile which has several options, like mode= 'sliding' or 'tiled' and span (which controls the window size). I think these types of options should be added to porosity_profile too.

jgostick commented 2 years ago

In fact, it could probably just pass the args to satn_profile and use that function behind the scenes.