porespy icon indicating copy to clipboard operation
porespy copied to clipboard

Remove `return_mask` argument in `find_trapped_regions`

Open jgostick opened this issue 3 years ago • 0 comments

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 the input image by the mask to the the ``return_mask=False` result. I don't know which other functions this is found, but the same logic applies.

jgostick avatar Feb 28 '22 02:02 jgostick