porespy icon indicating copy to clipboard operation
porespy copied to clipboard

A set of tools for characterizing and analying 3D images of porous materials

Results 118 porespy issues
Sort by recently updated
recently updated
newest added

This PR adds a new algorithm for performing invasion percolation on images. It uses a priority-queue to provide a major speed improvement over `ibip`, and adds the ability to incorporate...

On the edges of blobs output, there is a higher phase fraction then the inside of the output. Here you can see the phase fraction for every slice along the...

We have some inconsistency in the way different function accept/expect parallelization arguments. Some accept a `dict` called `parallel`, others accept `divs` and then look at the `settings` to see how...

api

The create_model function in the src/porespy/networks/_size_factors.py file currently uses lr as a parameter for learning rate, which can be unclear or inconsistent. For improved readability and consistency, we should rename...

Fixes #981 - Changed `mode` in `gaussian_filter` to `mirror` by default - Added `periodic` argument to `blobs` that if `True` will use `wrap` mode in `gaussian_filter` to create a periodic...

Instead of importing edt from either edt or pyedt all over the place, we should just create a function in `tools` called `get_edt` which does this check and returns the...

easy
maint

At the moment the `cluster` and `queue` methods don't handle -1's on the outlet the same way.

bug
high priority

Hello everyone, in scikit-image, the "area" regionprop is the number of pixels times the pixel area: https://github.com/scikit-image/scikit-image/blob/v0.24.0/skimage/measure/_regionprops.py#L425 There is a separate property "num_pixels" that just counts the number of pixels....

doc

### Discussed in https://github.com/PMEAL/porespy/discussions/972 Originally posted by **IColizzi** June 28, 2024 Hi all, I am using the function pseudo gravity to simulate a box filled with spheres. I have noticed...

Assuming 1.0 is a recipe for trouble since this is 1 meter, which is a problem if people are expecting physical results.