BodenmillerGroup / steinbock

A toolkit for processing multiplexed tissue images
https://bodenmillergroup.github.io/steinbock
MIT License
49 stars 14 forks source link

Hot pixel filter issue #224

Closed giuliospinozzi closed 8 months ago

giuliospinozzi commented 9 months ago

Hi, I don’t understand the logic of Hot pixel filter in Steinbock. The default value is 50, but is it a percentage? To increase the threshold I should increase the value? The maximum is 100? I tried with —hpf 25, 30, 50, 60, 80 and the situation of hot pixels in napari (opening the stacked image in /img folder) is the same. I would like to know which is the limit of hpf…

Milad4849 commented 9 months ago

Hi @giuliospinozzi, Thanks for reaching out. That value is a threshold for pixel intensity. The hot pixel fix would be applied to pixels with intensity above this value. What do you mean by 'situation of hot pixels in napari is the same'? If you are inspecting the outcome by eye, that is not really informative, you have to compare the intensity values to see whether they are changed after hot pixel fixing.

Milad4849 commented 8 months ago

@giuliospinozzi, if there is not follow up, could you please close this issue?