diff --git a/src/main/java/fr/pasteur/ida/zellige/Main.java b/src/main/java/fr/pasteur/ida/zellige/Main.java
index bee10db13a0a4e3bd6f1c09e65c7239cf9b391ec..390ed3860bc0d7c66272592bfe256234812e190f 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 );