jgostick

Results 111 issues of jgostick

I installed the package and ran all the ``workflow.py`` related options in the examples folder, but then I wanted to see some animations of particles flying around but the examples...

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

This PR adds a new algorithm for performing invasion percolation on images. It uses a priority-queue to provide a major speed improvement over `ibip`, and adds the ability to incorporate...

We have some inconsistency in the way different function accept/expect parallelization arguments. Some accept a `dict` called `parallel`, others accept `divs` and then look at the `settings` to see how...

api

Fixes #981 - Changed `mode` in `gaussian_filter` to `mirror` by default - Added `periodic` argument to `blobs` that if `True` will use `wrap` mode in `gaussian_filter` to create a periodic...

Instead of importing edt from either edt or pyedt all over the place, we should just create a function in `tools` called `get_edt` which does this check and returns the...

easy
maint

At the moment the `cluster` and `queue` methods don't handle -1's on the outlet the same way.

bug
high priority

Assuming 1.0 is a recipe for trouble since this is 1 meter, which is a problem if people are expecting physical results.

Including default values and lists of options, when applicable.