Index: /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_catalog_setgalmodel.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_catalog_setgalmodel.c	(revision 37611)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_catalog_setgalmodel.c	(revision 37612)
@@ -19,4 +19,13 @@
   // first set the proper motion based on Galactic rotation and solar motion
   for (i = 0; i < catalog[0].Naverage; i++) {
+
+    { 
+      m = average[i].measureOffset;
+      Measure *measure = &catalog[0].measure[m];
+      for (j = 0; j < average[i].Nmeasure; j++) {
+	measure[j].RoffGAL = 0.0; // XXX divide by dcos? project and calculate?
+	measure[j].DoffGAL = 0.0; // XXX divide by dcos? project and calculate?
+      }
+    }
 
     if (average[i].Nstarpar == 0) continue;
