Index: /trunk/Ohana/src/relphot/src/ImageOps.c
===================================================================
--- /trunk/Ohana/src/relphot/src/ImageOps.c	(revision 39356)
+++ /trunk/Ohana/src/relphot/src/ImageOps.c	(revision 39357)
@@ -598,5 +598,6 @@
 
   StatType stats;
-  liststats_setmode (&stats, STATMODE);
+  liststats_setmode (&stats, "INNER_WTMEAN");
+  // liststats_setmode (&stats, STATMODE);
 
   // FREEZE_IMAGES only applies to mosaic data (eg, gpc1)
Index: /trunk/Ohana/src/relphot/src/global_stats.c
===================================================================
--- /trunk/Ohana/src/relphot/src/global_stats.c	(revision 39356)
+++ /trunk/Ohana/src/relphot/src/global_stats.c	(revision 39357)
@@ -23,5 +23,5 @@
 
   int Ns;
-  for (Ns = 0; (nloop % 3 == 3) && (Ns < Nphotcodes); Ns++) {
+  for (Ns = 0; (nloop % 3 == 2) && (Ns < Nphotcodes); Ns++) {
 
     int thisCode = photcodes[Ns][0].code;
