fmi-faim / faim-ipa

A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Add dask-array support to UIntHistogram #110

Closed tibuch closed 7 months ago

tibuch commented 7 months ago

Currently we use np.histogram to compute the histogram. It would be great if we can also use dask.array.histogram.