informatics-isi-edu / synspy

Synaptic segmentation and visualization with fluorescence microscopy
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Nuclei segmentation in 2D viewer seems wrong #30

Closed BDemps closed 7 years ago

BDemps commented 7 years ago

The nuclei viewer seems to actually be segmenting synapses instead of nuclei, or it is at least behaving differently to what usually occurs in the linux room. As you can see in this image of a single optical section (with thresholds basically removed), the nuclei are more or less excluded and smaller dots are considered to be segments. This occurs on both the mac and windows versions.

image

karlcz commented 7 years ago

Please give a specific region ID where this is happening.

karlcz commented 7 years ago

I think this issue is actually a bug in the server-side processing to produce the NPZ file used by the 2d viewer. It was running in synaptic mode even when it was supposed to be in nucleic mode. This would affect all 2d viewers regardless of client platform. Only the 3D viewer would work differently, since it applies its own image processing instead of using the prepared NPZ file.

karlcz commented 7 years ago

This bug in synspy_worker was fixed in master.