Index: trunk/Ohana/src/dvomerge/src/LoadCatalog.c
===================================================================
--- trunk/Ohana/src/dvomerge/src/LoadCatalog.c	(revision 28328)
+++ trunk/Ohana/src/dvomerge/src/LoadCatalog.c	(revision 28329)
@@ -7,9 +7,6 @@
     catalog[0].Nsecfilt  = GetPhotcodeNsecfilt ();
 
-    if (!strcmp (mode, "w")) {
-	catalog[0].catflags = LOAD_NONE;
-    } else {
-	catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;
-    }
+    // always load all of the data (if any exists)
+    catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;
 
     catalog[0].catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
