User Tools

Site Tools


downloads:particletracker2d

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
downloads:particletracker2d [2012/05/22 11:18] kotadownloads:particletracker2d [2020/11/26 09:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Particle Tracker (2D) Extended======+===== Particle Tracker (2D) Extended=====
  
 [{{ :documents:downloadimg:particletracker_trajs.png?150|Particle Tracking and Using Results in ImageJ}}] [{{ :documents:downloadimg:particletracker_trajs.png?150|Particle Tracking and Using Results in ImageJ}}]
Line 9: Line 9:
 ==== History ==== ==== History ====
 10-11-19 First release\\ \\  10-11-19 First release\\ \\ 
 +
 +=== recent  ===
 +{{rss>https://github.com/miura/ParticleTrackerExt/commits/master.atom 10 date 48hr}}
 +
 === Source === === Source ===
-[[https://github.com/cmci/ParticleTrackerExt]]\\ \\ +[[https://github.com/miura/ParticleTrackerExt]]\\ \\ 
  
 ==== Installation ==== ==== Installation ====
-Download [[http://cmci.embl.de/dls/ParticleTracker_.jar|ParticleTracker_.jar]] and place it in the ImageJ plugin folder.\\ \\ +Download [[https://github.com/miura/ParticleTrackerExt/blob/master/target/ParticleTracker_Mod-1.0.0.jar?raw=true]] and place it in the ImageJ plugin folder.
  
-Instead of installing manually, you could also set automatic download & updates by registering our update site. +By [Help > Refresh Menu] or by re-launching ImageJ, you will find new menu items under **[Plugins > Particle Tracker Classic >]**.  
 + 
 +(following not working at the moment 20131107) 
 +If you are using Fiji: Instead of installing manually, you could also set automatic download & updates by registering our update site. 
 <code> <code>
 http://cmci.embl.de/ijplugins http://cmci.embl.de/ijplugins
 </code> </code>
 For managing update site, [[http://fiji.sc/wiki/index.php/How_to_follow_a_3rd_party_update_site|see this page]]. For managing update site, [[http://fiji.sc/wiki/index.php/How_to_follow_a_3rd_party_update_site|see this page]].
- 
 ==== Requires ==== ==== Requires ====
 ImageJ ver 1.44h or higher ([[http://rsb.info.nih.gov/ij/upgrade/|ImageJ, upgrade page]]).\\ \\  ImageJ ver 1.44h or higher ([[http://rsb.info.nih.gov/ij/upgrade/|ImageJ, upgrade page]]).\\ \\ 
 ==== Description ==== ==== Description ====
 ParticleTracker plugin written by Guy Levy (Computational Biophysics Lab, ETH Zurich) added with interactive export of segmentation and tracking results to ImageJ results table. [[http://weeman.inf.ethz.ch/ParticleTracker/|Original web site is HERE]]\\ \\ ParticleTracker plugin written by Guy Levy (Computational Biophysics Lab, ETH Zurich) added with interactive export of segmentation and tracking results to ImageJ results table. [[http://weeman.inf.ethz.ch/ParticleTracker/|Original web site is HERE]]\\ \\
-<quote>+ 
 +**As of Nov. 2013, there is a [[http://mosaic.mpi-cbg.de/?q=downloads/imageJ|much up-to-date version from MOSAIC group, which also integrated the extensions I made]]. I leave this page just to keep the classic version or the particle tracker.**  
 + 
 +When you use this plugin, please cite: 
 + 
 +<blockquote>
 **I. F. Sbalzarini and P. Koumoutsakos.**\\  **I. F. Sbalzarini and P. Koumoutsakos.**\\ 
 **Feature point tracking and trajectory analysis for video imaging in cell biology.** \\ **Feature point tracking and trajectory analysis for video imaging in cell biology.** \\
 J. Struct. Biol., 151(2): 182-195, 2005.\\ J. Struct. Biol., 151(2): 182-195, 2005.\\
 [[http://www.ncbi.nlm.nih.gov/pubmed/16043363|PubMed]] [[http://www.ncbi.nlm.nih.gov/pubmed/16043363|PubMed]]
-</quote>\\ +</blockquote>\\
 ==== Work Flow ==== ==== Work Flow ====
 [{{ :documents:downloadimg:particletracker_output.png?200|Fig. 1 ParticleTracker Results window}}] [{{ :documents:downloadimg:particletracker_output.png?200|Fig. 1 ParticleTracker Results window}}]
Line 50: Line 60:
     * You could export only a specific trajectory. First, visualize trajectories by clicking "Visualize all trajectories". In the window overlaid with color-coded trajectories, choose one manually by clicking the trajectory of interest (Fig. 2). ROI will then appear surrounding that trajectory. Then click "Selected Trajectory to Table". Coordinates of that trajectory will be transferred to ImageJ results table (Fig. 4).      * You could export only a specific trajectory. First, visualize trajectories by clicking "Visualize all trajectories". In the window overlaid with color-coded trajectories, choose one manually by clicking the trajectory of interest (Fig. 2). ROI will then appear surrounding that trajectory. Then click "Selected Trajectory to Table". Coordinates of that trajectory will be transferred to ImageJ results table (Fig. 4). 
  
 +==== Application: Directionality analysis ====
 +
 +Tracking results should be analyzed... and the best convenient way is to analyze the tracked data statistically using R. 
 + 
 +A tutorial that was given in EMBO cell biology course is on of such. If you are interested, follow the link below:
 +
 +  * [[documents:111100embocourse|Directionality Analysis Protocol]]
 + 
 ==== IJ Macro and Scripting ==== ==== IJ Macro and Scripting ====
  
Line 102: Line 120:
 } }
 </sxh> </sxh>
-https://github.com/cmci/ijmacros/blob/master/particleTracker2results.js+https://github.com/miura/ijmacros/blob/master/particleTracker2results.js
  
 You could test this by directly executing the script by You could test this by directly executing the script by
  
 <code> <code>
-jsstr =File.openUrlAsString("https://raw.github.com/cmci/ijmacros/master/particleTracker2results.js");+jsstr =File.openUrlAsString("https://raw.github.com/miura/ijmacros/master/particleTracker2results.js");
 eval("script", jsstr); eval("script", jsstr);
 </code> </code>
- 
downloads/particletracker2d.1337685506.txt.gz · Last modified: 2016/05/24 12:46 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki