Index: /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel.c
===================================================================
--- /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel.c	(revision 39199)
+++ /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel.c	(revision 39200)
@@ -11,5 +11,9 @@
   status = update_dvo_setgalmodel ();
 
-  if (!status) exit (1);
+  if (!status) {
+    fprintf (stderr, "ERROR: problem running setgalmodel\n");
+    exit (1);
+  }
+  fprintf (stderr, "SUCCESS running setgalmodel\n");
   exit (0);
 }
Index: /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel_client.c
===================================================================
--- /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel_client.c	(revision 39199)
+++ /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel_client.c	(revision 39200)
@@ -17,4 +17,5 @@
 
   update_dvo_setgalmodel ();
+  fprintf (stderr, "SUCCESS running setgalmodel_client\n");
 
   exit (0);
Index: /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/update_dvo_setgalmodel.c
===================================================================
--- /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/update_dvo_setgalmodel.c	(revision 39199)
+++ /branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/update_dvo_setgalmodel.c	(revision 39200)
@@ -37,5 +37,5 @@
     dvo_catalog_init (&catalog, TRUE);
     catalog.filename  = HOST_ID ? localFilename : skylist[0].filename[i];
-    catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_STARPAR;
+    catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_STARPAR;
     catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
 
