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

Try with ```pw = [[0, 0], [0, 0], [3, 3]]```.

bug
high priority
easy

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...

enhancement
easy

This function is probably better as a plotfunc in openpnm, where networks actually exist, rather than as an io function here.

easy
maint
api

I was sure that this function could be used to add smaller spheres onto of exising ones, but as it is now this is giving an error.

bug
enhancement

It would be handy if the spheres were allowed to protrude into the foreground phase, like in the pseudo gravity packings

enhancement
easy

The keyword edges is a lot more meaningful that mode. It's also used in the pseudo packings.

breaking change

In the rsa function we use `n_max` to limit the number of spheres added. To be more consistent I *think* these should be changed to `maxiter`. Note that we use...

breaking change

The ``find_trapped_regions`` function has an option to ``return_mask`` which is ``True`` by default. This argument should be removed and a mask should always be returned. The user can just multiply...

api

Maybe rsa_w_gravity and rsa_w_electrostatic? Actually, maybe just the regular rsa method could accept an argument called ``attractor`` and all spheres are packed as close to the ``True`` values in it...

breaking change