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 was more trouble that it was worth.

api

`sierpinski_foam2` has a more sensible api where you actually specify the image size you want, and it crops accordingly. I think it would be smart to remove the original one...

api

The `tqdm` function accepts the `desc` keyword, which will then include a text description of what the progress bar is doing. We should probably fetch the function name where `tqdm`...

enhancement

This would be useful for making movies which are properly scaled in time.

enhancement

@jgostick Maybe the UG student who's working on Niloo's work but on hydraulic conductance can take a look? PS. I've disabled the tests for now, until this is fixed.

bug

The results object has attributes attached like `result.im_blah`, while a `dict` would be `result['im_blah']`. The dict is a bit more 'normal' but lacks other custom functionality, like printability.

discussion

It would be more convenient if all generators features would be either relative to the lengthscale of the image (`shape.mean()`) or to the size of the image (`np.prod(shape)`). For example,...

api

`two_point_correlation` calculates the average of the TPC of only one orthant (quadrant 2D/ octant 3D), which might be different than the average over all vector directions.

bug