Skip to content

tools for finding discrete bright spots in images (for multiplexed FISH, includes background subtraction, deconv, and blob detection)

License

Notifications You must be signed in to change notification settings

GFleishman/fishspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fishspot

Tools for finding discrete bright spots in images.

  • Background subtraction
  • Fully automated PSF estimation
  • Deconvoluion
  • Blob detection
  • Distributed pipeline for massive 3D images
spots1 spots2

Fishspot estimates a coordinate for each discrete bright spot in an image. Built for large 3D data, Fishspot includes a pipeline for distributing computations on overlapping blocks. The fully data driven automated PSF estimation may be useful outside of the spot detection context as well.

Installation

pip install fishspot

Documentation

I have not had time to complete docstrings, a lot of work is needed here. However, many of the functions are simple and a quick look at the source will explain them. In the meantime, please use the github issue tracker for questions and support.

Modules

fishspot.filter

  • background subtraction
  • deconvolution

fishspot.psf

  • automated psf estimation from point source data

fishspot.detect

  • blob detection, typically run after filtering

fishspot.distribute

  • distributed spot detection pipeline for massive 3D images
  • a good example of how to combine the previous modules into a working pipeline

fishspot.filter_spots

  • a few tools for filtering coordinates after they're found

Dependencies

For filtering and detection, fishspot basically wraps some already excellent functions. The automated psf estimation may not exist elsewhere, though it's basic concept (RANSAC) certainly does. Either way, these excellent libraries make this possible:

About

tools for finding discrete bright spots in images (for multiplexed FISH, includes background subtraction, deconv, and blob detection)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages