porespy
porespy copied to clipboard
Should funcs return a normal dict instead of a "results" object?
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.