QI2lab / napari-spot-detection

Detect diffraction limited spots in 2D and 3D, in standard or skewed microscopy images.
GNU General Public License v3.0
3 stars 0 forks source link

Candidates vs threshold plot #6

Closed dpshepherd closed 10 months ago

dpshepherd commented 10 months ago

Generate semi-logy plot of found candidates vs threshold. This will allow user to decide on reasonable starting threshold.

Perform calculation every 100 ADUs from min value in image to max value in image.

Display in matplotlib window.

dpshepherd commented 10 months ago

The plot isn't showing up after calculation, I'll look into it.

dpshepherd commented 10 months ago

Fixed.