Index: /branches/czw_branch/20160809/Ohana/src/dvomerge/src/LoadCatalog.c
===================================================================
--- /branches/czw_branch/20160809/Ohana/src/dvomerge/src/LoadCatalog.c	(revision 39713)
+++ /branches/czw_branch/20160809/Ohana/src/dvomerge/src/LoadCatalog.c	(revision 39714)
@@ -9,5 +9,4 @@
 
   // always load all of the data (if any exists)
-  // XXXX TEMP HACK : skip GALPHOT
 
   catalog[0].catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSOBJ;
Index: /branches/czw_branch/20160809/Ohana/src/photdbc/src/photdbc_catalogs.c
===================================================================
--- /branches/czw_branch/20160809/Ohana/src/photdbc/src/photdbc_catalogs.c	(revision 39713)
+++ /branches/czw_branch/20160809/Ohana/src/photdbc/src/photdbc_catalogs.c	(revision 39714)
@@ -57,5 +57,9 @@
     outcatalog.catcompress = CATCOMPRESS ? dvo_catalog_catcompress (CATCOMPRESS) : incatalog.catcompress; // set the default catcompress from config data
     outcatalog.Nsecfilt    = incatalog.Nsecfilt;                 // inherit from the incatalog
-    outcatalog.catflags    = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT;
+
+    outcatalog.catflags    = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
+    outcatalog.catflags   |= DVO_LOAD_MEASURE | DVO_LOAD_MISSING;
+    outcatalog.catflags   |= DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ;
+    outcatalog.catflags   |= DVO_LOAD_STARPAR | DVO_LOAD_GALPHOT;
 
     // output catalogs always represent the same skyregions as the input catalogs
