reillytilbury / coppafish

Python version of iss software
MIT License
4 stars 2 forks source link

Improved omp scoring #330

Closed paulshuker closed 2 months ago

paulshuker commented 2 months ago

Coefficients are no longer $x / (x + 0.4)$ functioned. They are instead $x / (rms(p) + 0.4)$ where rms is the root mean square, $p$ is the pixel intensity vector in every sequence round/channel.

Checklist