Index: /trunk/FACT++/gui/BasicGlCamera.cc
===================================================================
--- /trunk/FACT++/gui/BasicGlCamera.cc	(revision 19377)
+++ /trunk/FACT++/gui/BasicGlCamera.cc	(revision 19378)
@@ -271,5 +271,5 @@
         {
             cout << "INFO: 64 SiPMs found -- assuming HAWC's Eye geometry." << endl;
-            hexRadius = 0.065f;
+            hexRadius = 0.060f;
         }
         else
@@ -1034,5 +1034,5 @@
             {
                 pixelsCoords[cnt+i][0] = i-3.5;
-                pixelsCoords[cnt+i][1] = 6.75 + (i%2)*0.75;
+                pixelsCoords[cnt+i][1] = 7.25 + (i%2)*0.75;
             }
 
@@ -1049,5 +1049,5 @@
                 if (i<64)
                 {
-                    pixelsCoords[i][1] += 1;
+                    pixelsCoords[i][1] += 1.5;
                     pixelsCoords[i][0] *= gsSin60;
                 }
