From a396f6bef9305b92aa7490630ce2bae04d14ade5 Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez <jean-yves.tinevez@pasteur.fr> Date: Thu, 15 Oct 2015 16:43:16 +0200 Subject: [PATCH] Release v0.0.3 Rework how contacts are made into spots in the TrackMate detector. * Spot radius represents the spot size (equivalent area of circle for 2D, and volume of equivalent sphere for 3D). * Quality stores the total contact intensity in object. * The threshold paramter operates on the contact size (in pixels). Signed-off-by: Jean-Yves Tinevez <jean-yves.tinevez@pasteur.fr> --- pom.xml | 2 +- src/main/java/fr/pasteur/CCCT_.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f92c67f..3183c64 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ </parent> <artifactId>CellContactAnalyzer_</artifactId> - <version>0.0.2</version> + <version>0.0.3</version> <name>plugins/CellContactAnalyzer_.jar</name> <description /> diff --git a/src/main/java/fr/pasteur/CCCT_.java b/src/main/java/fr/pasteur/CCCT_.java index 7ee9ace..e286d9e 100644 --- a/src/main/java/fr/pasteur/CCCT_.java +++ b/src/main/java/fr/pasteur/CCCT_.java @@ -42,7 +42,7 @@ import net.imglib2.view.Views; public class CCCT_< T extends RealType< T > & NativeType< T >> implements PlugIn, CCCTProcessor, MultiThreaded { - public static final String PLUGIN_VERSION = "0.0.2"; + public static final String PLUGIN_VERSION = "0.0.3"; public static final String PLUGIN_NAME = "CCCT"; -- GitLab