plugin

Description

Implementation of some image correlation spectroscopy tools

need a thumbnail
Description

Fluorescence spectroscopy by image correlation is a technique that allows analysing and characterizing the different molecular dynamics from a sequence of fluorescence images. Many image correlation techniques have been developed for different applications but in particular to study the mechanisms of cell adhesion during migration. These techniques can be used with most imaging modalities: e.g. fluorescence widefield, confocal microscopy, TIRFM. They allow to obtain information such as the density in molecules, diffusion coefficients, the presence of several populations, or the direction and speed of a movement corresponding to active transport when spatial and temporal correlations are taken into account (STICS: Spatio-Temporal Image Correlation Spectroscopy).

This plugin is based on ICS_tools plugin by Fitz Elliott, available here.

Some bugs have been removed, ROI does not need to be squared, fitting is weighted in order to give more weight to the smaller lags (temporal or spatial)

Exemple of use on sample data [fluorescent beads](http://biii.info/node/2577 "Beads") - Select an ROI, start by ICS to get the right PSF size - Then run TICS and select diffusion, or diffusion plus flow model. Remove the first line (autocorrelation) which corresponds to the noise autocorrelation before fitting.

interface
Description

The workflow consists of firstly identifying spot (which can be also gravity center of cells identified by another method), and then secondly compute trajectories by linking these spots by global optimisation with a cost function. This method is part of the methods evaluated in Chanouard et al (2014) as "method 9" and is described in detail in its supplementary PDF (page 65).

Dependencies

Following plugins are required.

  1. JAR to be placed under IJ plugin directory
  2. A pdf file with instructions and output description is also available in the zip .
  3. MTrackJ : Used for visualization of tracks. Preinstalled in Fiji.
  4. Imagescience.jar: This library is used by MTrackJ. Use update site to install this plugin.
  5. jama.jar. Preinstalled in Fiji.

##Advantages:

  • support blinking (with a parameters allowing it or not)
  • fast,
  • can be used in batch, some analysis results provided.
  • No dynamic model.
  • The tracking part is not dependent of ImageJ.

Pitfalls:

  • does not support division
  • the optimization algorithm used is a simulated annealing, so results can be slightly different between two runs.
  • No Dynamic model (so less good results but can be used for a first study of the kind of movements)

##The sample data

The parameters used for this example data Beads, were

  1. detection: 150
  2. the max distance in pixels: 20
  3. max allowed disappearance in frame: 1
Description

The root tools help to efficiently measure the following characteristics of plant roots: the angle of the opening of the whole root the depth to which it goes down the number of roots at multiple depths (for example 30cm, 35cm, ...) the diameters of the roots at multiple depths (for example 30cm, 35cm, ...)

Root tools
Description

HDF5 is a data format for storing extremely large and complex data collections. This Fiji/ImageJ HDF5 plugin saves and loads 2D - 5D datasets with flexible options.

In Fiji, the plugin is downloadable via update site "HDF5".