Skip to content

Releases: trackmate-sc/DendriteDynamicsTracker

Dendrite Dynamics Tracker v0.5.0

28 Apr 22:26
Compare
Choose a tag to compare
  • Fix a bug preventing the results to be saved as TrackMate XML files.

  • Added a TrackMate action to re-export the analysis results to CSV files:
    Screenshot 2020-04-28 at 23 51 32

Dendrite Dynamics Tracker v0.4.0

23 Mar 18:14
Compare
Choose a tag to compare

This new release brings mainly improvements in the statistics export and filtering.

Remove dendrites that intersect with the image borders.

A new parameter on the command window allows for excluding border dendrites.

Tracks and lonely spots will be removed if they have at least one spot touching the border of the specified interval or are outside of it. Visible and invisible tracks and spots are considered.

DDT_ExcludeBorderDendrites

Export branch velocity in the branch CSV files.

Also we add a first line to write branch birth and a last line to write branch disappearance.
Now the individual branch CSV file looks like this:

Screenshot 2020-03-23 at 18 19 41

Export branch dynamics statistics to CSV.

This takes the shape of a CSV file, with the following columns:

  • frame number;
  • time for this frame;
  • number of new branches appearing in this frame;
  • number of branches disappearing in this frame;
  • total number of branches alive at that frame.

Short events - a.k.a as dendrites represented by a single spot in a single time-points - are taken into account in these statistics.

The table looks like this:

Screenshot 2020-03-23 at 18 58 14