spacetx / starfish

starfish: unified pipelines for image-based transcriptomics
https://spacetx-starfish.readthedocs.io/en/latest/
MIT License
228 stars 68 forks source link

fixing blob radius calculation in 2d #2023

Closed shachafl closed 1 month ago

shachafl commented 1 month ago

Replaced np.sqrt(3) with np.sqrt(2) when calculating 2d blob radius. Close issue #2022

shachafl commented 1 month ago

@berl , @njmei , can one of you please review this PR?