Index: branches/eam_branches/relphot.20210521/src/GridOps.c
===================================================================
--- branches/eam_branches/relphot.20210521/src/GridOps.c	(revision 41625)
+++ branches/eam_branches/relphot.20210521/src/GridOps.c	(revision 41632)
@@ -19,13 +19,17 @@
 static int                 NGridCorr = 0;
 
-// PS1: # define NX_CHIP 4900
-// PS1: # define NY_CHIP 4900
-// PS1: # define NX_BIN 16
-// PS1: # define NY_BIN 16
-
+# if (1)
+/* PS1 / PS2 values */
+# define NX_CHIP 4900
+# define NY_CHIP 4900
+# define NX_BIN 16
+# define NY_BIN 16
+# else
+/* test values */
 # define NX_CHIP 1000
 # define NY_CHIP 1000
 # define NX_BIN 2
 # define NY_BIN 2
+# endif
 
 void initGridBins (void) {
