From 517438c7bd38d2a95aae4d8de7e05cd322ee27ed Mon Sep 17 00:00:00 2001 From: Patrice Mascalchi Date: Fri, 14 Oct 2016 22:19:49 +0200 Subject: [PATCH] Update FastFUCCI_1-tracking-processing_2.0.ijm --- FastFUCCI_1-tracking-processing_2.0.ijm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FastFUCCI_1-tracking-processing_2.0.ijm b/FastFUCCI_1-tracking-processing_2.0.ijm index ebed5e6..ff7d5a3 100644 --- a/FastFUCCI_1-tracking-processing_2.0.ijm +++ b/FastFUCCI_1-tracking-processing_2.0.ijm @@ -6,7 +6,7 @@ // Pre-requisite: you have to check that image processing (background subtraction, shading correction, // optional bleach correction) is adapted to your timelapse videos. See code below for each channel... -// Parameters to be modified by user +// Parameters to be modified by user // use double backslash or appropriate characters as separator (depending on OS) mainpath = "E:\\Siang\\Exp59\\"; // directly containing images format = ".czi"; // -------------------------------------------------------------------------------------------------------------- @@ -83,4 +83,4 @@ function closeWin(name) { selectWindow(name); run("Close"); } -} \ No newline at end of file +}