brian1000

Results 4 comments of brian1000

Thanks for your timely assistance @cabooster. I really appreciate having the output be the same bit size as the input (8-bit in my case) ~ it reduces the need for...

I've found a workaround for this and will post sample code tomorrow in case anyone else needs this in the feature.

@Eddymorphling yes mb I got lazy. Here's a working example using the [roifile](https://github.com/cgohlke/roifile) package and scipy's [convexhull ](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.ConvexHull.html)function for python. ``` from pathlib import Path import matplotlib.pyplot as plt import...

Hey @Eddymorphling. Unfortunately I'm not aware of where the skewness data is stored. I would look through the .npy files ~ its very likely somewhere in stats.npy . I'm lowkey...