From a3a75e0d2afeb98de93d88ee020a6d01363b840e Mon Sep 17 00:00:00 2001
From: ctrebeau <ctrebeau@pasteur.fr>
Date: Tue, 12 Dec 2023 14:45:44 +0100
Subject: [PATCH] image path

---
 src/main/java/fr/pasteur/ida/zellige/Main.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/fr/pasteur/ida/zellige/Main.java b/src/main/java/fr/pasteur/ida/zellige/Main.java
index bee10db..390ed38 100644
--- a/src/main/java/fr/pasteur/ida/zellige/Main.java
+++ b/src/main/java/fr/pasteur/ida/zellige/Main.java
@@ -64,8 +64,8 @@ public class Main
 
 
         // Input of the image.
-        final String imagePath =// "C:\\Users\\ctrebeau\\Desktop\\Zellige analysis\\files\\SNR\\snr_000\\multiSurfaces\\phantoms_snr0.mat.tif";
-                args[ 0 ]; /* The image path goes here !!!! */
+        final String imagePath ="C:\\Users\\ctrebeau\\Desktop\\ramp_20_20.tif";
+               // args[ 0 ]; /* The image path goes here !!!! */
         LOGGER.debug( imagePath );
         /* JY version for opening files. */
         final SCIFIOImgPlus< ? > imgPlus = IO.openAll( imagePath ).get( 0 );
-- 
GitLab