Index: /trunk/Ohana/src/dvomerge/src/dvorepairFixStackIDs.c
===================================================================
--- /trunk/Ohana/src/dvomerge/src/dvorepairFixStackIDs.c	(revision 39335)
+++ /trunk/Ohana/src/dvomerge/src/dvorepairFixStackIDs.c	(revision 39336)
@@ -19,7 +19,4 @@
     exit (2);
   }
-
-  fprintf (stderr, "is this mode tested?\n");
-  exit (2);
 
   char *catdir_list  = argv[1];
Index: /trunk/Ohana/src/dvomerge/src/dvorepair_by_objID.c
===================================================================
--- /trunk/Ohana/src/dvomerge/src/dvorepair_by_objID.c	(revision 39335)
+++ /trunk/Ohana/src/dvomerge/src/dvorepair_by_objID.c	(revision 39336)
@@ -7,7 +7,4 @@
     exit (2);
   }
-
-  fprintf (stderr, "is this mode tested?\n");
-  exit (2);
 
   char *cptFile = argv[1];
@@ -20,5 +17,5 @@
 
   // always load all of the data (if any exists)
-  catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ | DVO_LOAD_STARPAR;
+  catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ | DVO_LOAD_STARPAR | DVO_LOAD_GALPHOT;
   catalog.catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
   catalog.catmode   = dvo_catalog_catmode (CATMODE);      // set the default catmode from config data
