porespy
                                
                                 porespy copied to clipboard
                                
                                    porespy copied to clipboard
                            
                            
                            
                        A set of tools for characterizing and analying 3D images of porous materials
Try with ```pw = [[0, 0], [0, 0], [3, 3]]```.
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...
This function is probably better as a plotfunc in openpnm, where networks actually exist, rather than as an io function here.
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.
It would be handy if the spheres were allowed to protrude into the foreground phase, like in the pseudo gravity packings
The keyword edges is a lot more meaningful that mode. It's also used in the pseudo packings.
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...
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...
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...