porespy
porespy copied to clipboard
A set of tools for characterizing and analying 3D images of porous materials
I am able to run `ps.networks.maximal_ball_wrapper(im, "test", "./pnextract.exe", voxel_size=resolution)`, but I did not get any output files?
# The issue I have found an issue with function `chords_count` on a chord filled image where `spacing=0`. The issue does not seems to appear when I use a spacing...
See [here](https://github.com/imagej/pyimagej/issues/102) for more details.
This might be handy for comparing networks and images in paraview, but it's also a bit of a feature creep idea.
These tests/notebooks are currently failing and need to be updated asap: - `examples/visualization/tutorials/visualizing_tif_in_paraveiw.ipynb` - `examples/networks/tutorials/snow_advanced.ipynb` - `test\unit\test_network_extraction.py` `imageio`'s docs has a [section](https://imageio.readthedocs.io/en/stable/reference/userapi.html?highlight=volwrite#writing-images) on how to fix it.
On our 256GB-memory server, I couldn't do extraction for images larger than 1200^3. Given that a 1200^3 image stored in `float64` roughly takes up ~14GB of memory, `snow2` is using...
These got put on the back burner during the "tidy docs" marathon since they are not top priority, but we should get to them eventually.
As discussed in #626, our 2-point correlation function does not give the same output as Torquato, meaning that our data can't be used in some of the analytical functions that...
Some images are thin, like of fibrous media. In these cases the REV function will use cubes with a maximum size equal to the thin dimension. It might be handy...