From 67235f6f876a32c302a68efcffe67d8cc9ff4702 Mon Sep 17 00:00:00 2001 From: Daniel Felipe GONZALEZ OBANDO <dgonzale@pasteur.fr> Date: Tue, 8 Jun 2021 12:54:55 +0000 Subject: [PATCH] Updated README.md Added short description --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d46ce41..76bf598 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Icy is developed and maintained by [Biological Image Analysis unit at Institut P ## Plugin description <!-- Short description of goals of package, with descriptive links to the documentation website --> - +Intensity projection along each of the 5 sequence axes (X, Y, C, Z, T), with multiple algorithms: mean, max, median, variance, standard deviation, saturated sum. Projection can be restricted to a given ROI. A more detailed user documentation can be found on the Intensity Projection documentation page on the Icy website: http://icy.bioimageanalysis.org/plugin/intensity-projection/ @@ -40,6 +40,7 @@ Classname: `plugins.adufour.projection.Projection` Please cite this plugins as follows: +No publication is currently associated to this plugin. Please also cite the Icy software and mention the version of Icy you used (bottom right corner of the GUI or first lines of the Output tab): de Chaumont, F. et al. (2012) Icy: an open bioimage informatics platform for extended reproducible research, [Nature Methods](https://www.nature.com/articles/nmeth.2075), 9, pp. 690-696 @@ -50,14 +51,9 @@ http://icy.bioimageanalysis.org ## Author(s) Alexandre Dufour +Stéphane Dallongeville ## Additional information - - - - -Intensity projection plugin. -It does intensity project along depth or time with multiple algorithms: mean, max, median, variance, standard deviation, saturated sum. Projection can also be restricted to ROI. \ No newline at end of file -- GitLab