Python tools to locate nano particles from confocal microscope images
Project description
Locate Nano Particles
What is this
nplocate
is a custom script I wrote to locate very tiny particles from a confocal image. These images often suffered from extreme influence of the PSF, even after very detailed and completed deconvolution.
To squeeze a bit more information out of these highly distorted data, I wrote this code to effectly "fit" entire 3D image.
The idea
This is not a fully functional particle tracking package like trackpy or colloids. Instead, think of nplocate
as an extension of current tracking packages.
The logic behind the code is quite simple. The arguments are,
- It is easy to find some particles, even in a highly distorted image.
- If we know the locations of some particles ({r}), we can measure their average shape (S).
- With {r} and S, we can simulate a "fake image"
- We can find previously unfound particles in the difference between the real image and fake image.
Installing the code
The simplest way is
pip install nplocate
You can also download this repository, and use the following command to install the code
pip install .
Using the code
There are some notebooks in the folder example
that introduced how to use this package, along with trackpy.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nplocate-0.1.1.tar.gz
.
File metadata
- Download URL: nplocate-0.1.1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8fb6b18f494ddda284b45a8274b1773ba94ae8fc0329eea132ae1a2ae85f64d |
|
MD5 | 71a7804c07b64843b85c6e8081585789 |
|
BLAKE2b-256 | ec7cec18df6335047cc779ce262c4472a646e1c4bf76910deb48bdca572050c9 |