fmi-faim / napari-psf-analysis

A napari plugin to analysis point spread functions.
https://fmi-faim.github.io/napari-psf-analysis/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Use fweights in cov computation #35

Closed tibuch closed 1 year ago

tibuch commented 1 year ago

The background is estimated by computing the median over an int-type image. In some cases the number of elements is even which results in a float (.5) result for the background. For the cov-estimation the background value is first subtracted, which can lead to the data-points being float instead of int type.