Code Monkey home page Code Monkey logo

nplocate's Introduction

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 influences of the PSF, even after very detailed and completed deconvolution procedures.

To squeeze a bit more information out of these highly distorted data, I wrote this code to effectly "fit" the entire 3D image. This is done in a quite sloopy way. For a perfect fit, please take a look at the very well crafted peri project.

The idea

This is not a fully functional particle tracking package like trackpy or colloids or peri. Instead, think of nplocate as an extension of current tracking packages.

The logic behind the code is quite simple. The arguments are,

  1. It is easy to find some particles, even in a highly distorted image.
  2. If we know the locations of some particles ({r}), we can measure their average shape (S).
  3. With {r} and S, we can simulate a "fake image"
  4. We can find previously unfound particles in the difference between the real image and fake image.
  5. The more particles we have, the merrier.

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.

Cite the code

Just tell people you used trackpy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.