Giter Club home page Giter Club logo

smlmtools.jl's People

Contributors

bencardoen avatar

Watchers

 avatar

smlmtools.jl's Issues

Output csv, not plots

Adding Plots as a dependency is cumbersome, e.g. right now it's causing CCI to fail builds because of an arcane error in FFMPEG.jl, when CCI runs as root.
For now, remove all plotting functionality and deps on Plots.

Alternatively, save the plotted data arrays to csv, so users can plot them later.

This also dramatically reduces dependencies

Add output to VTU

Add output to VTU (point cloud format that can be visualized in ParaView)

Support multiple fiducials

Detect up to N fiducials

  • User specifies how many fiducials to expect
  • user specifies tolerance in nm of maximum distance edge to edge between fiducials
  • detect_bead --> do not rely on overlap
  • for each channel
    • detect N bead candidates
    • find closest pair
    • if distance closest < threshold, proceed, else quit

Save corrected csv, not fiducial

For channel 1 the current CSV point cloud output is not stored correctly, it's saving the fiducial correction, not the actual point cloud.

Change fiducial detection to consider only temporal stable beads

The current bead detection uses the observation that beads emit almost always, so create hyper-dense regions.
However, it is not unusual for beads to become detached, or fail, in which case they do not have emissions for a large span of time.
The current detection method could, in the worst case, using an unstable bead, and have incorrect tracking information.
The current criteria ranks candidates by their emission density (top k).

Proposed correction

  • For each detected bead, compute the temporal presence of that bead (>90% of frames)
  • If a candidate does not have emissions for a configurable amount of time, discard it

Handle case of multiple beads

If multiple beads are present, and they do not overlap (~ 50nm or so), the tracking code fails to detect.
The code already picks up multiple beads.

  • Detect distances between beads
  • Pair nearest
  • For this pair, if distance < threshold, proceed, else quit

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.