-
SNOW: "left" and "right" are along the x-axis, whereas in OpenPNM they are along the y-axis.
@jgostick Was this on purpose?
-
Hi, I extracted the network of an image successfully. but when I extracted the network from this image again, the network became a little different from the previous one. Why would this happen? and ho…
-
I the porespy docs, there appears to be a desire for a cylinders method that takes a target porosity as an input.
> ncylinders (scalar) – The number of cylinders to add to the domain. Adjust this …
-
The perlin_noise function has the potential to be the next blobs, but it has a problem with accepting different size images. This should be fixed. Perhaps the image should be increased to the next p…
-
Hi all,
I think this is more of a hardware issue but I thought I would post it here as you may have come across it and may know of an alternative solution to upgrading my RAM. I am running the bel…
-
I'm duplicating the issue I opened up on Paraview's Gitlab page since this is probably the place to fix it. @jschueller I'd really appreciate it if you could look into this. Thanks so much.
"""
We…
-
In _ImageJ with Python Kernel_, there is a example about **Running a plugin**:
```
from jnius import autoclass
WindowManager = autoclass('ij.WindowManager')
ij.py.run_macro("""run("Blobs (25K)");"…
-
I am working with some large images (1000^3), and I am getting warnings that:
`Maximum number of iterations reached, consider running again with a larger value of max_iters`
This is happening in…
-
We have enabled dask chunked parallelization on several functions. It's possible to trigger this if you know the magic keyword args to input, but it's not obvious (i.e. documented in the docstrings).…
-
Currently, I think regionprops_3D calculates all structural parameters when it is called. I have a case where I only need bbox (which is offered by scikit-image.measure.regionprops). After digging, I …