MunskyGroup / FISH_Processing

Repository to automatically process ​Fluorescence In Situ Hybridization (FISH) images using Cellpose and BIG-FISH (FISH-quant v2).
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

BigFISH Spot Decomposition mixup #4

Open ericron opened 3 weeks ago

ericron commented 3 weeks ago

For the Spot detection there is a mix up of the inputs for voxel_size and object_radius.

The code should have psf values in nanometers define the voxel_size_nm and the object_radius_nm is the approximate size of the mRNA spot in nanometers.

There are also hard coded parameters for cluster decomposition (alpha, betta, gamma, and cluster_radius) that dramatically change the spot counts when changed.

luisub commented 3 weeks ago

Hi @ericron I added you as administrator of the repository. Please add and push the changes needed.