Index: branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/UpdateObjectOffsets.c
===================================================================
--- branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/UpdateObjectOffsets.c	(revision 34898)
+++ branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/UpdateObjectOffsets.c	(revision 34899)
@@ -117,4 +117,6 @@
     if (FlagOutlier)   { snprintf (tmpline, 1024, "%s -clip %d",        command, CLIP_THRESH);       strcpy (command, tmpline); }
     
+    if (USE_FIXED_PIXCOORDS) { snprintf (tmpline, 1024, "%s -D USE_FIXED_PIXCOORDS 1", command);     strcpy (command, tmpline); }
+
     if (PHOTCODE_KEEP_LIST) { snprintf (tmpline, 1024, "%s +photcode %s", command, PHOTCODE_KEEP_LIST); strcpy (command, tmpline); }
     if (PHOTCODE_SKIP_LIST) { snprintf (tmpline, 1024, "%s -photcode %s", command, PHOTCODE_SKIP_LIST); strcpy (command, tmpline); }
Index: branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/high_speed_catalogs.c
===================================================================
--- branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/high_speed_catalogs.c	(revision 34898)
+++ branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/high_speed_catalogs.c	(revision 34899)
@@ -154,4 +154,6 @@
     if (FlagOutlier)   { snprintf (tmpline, 1024, "%s -clip %d",        command, CLIP_THRESH);       	strcpy (command, tmpline); }
     
+    if (USE_FIXED_PIXCOORDS) { snprintf (tmpline, 1024, "%s -D USE_FIXED_PIXCOORDS 1", command);     strcpy (command, tmpline); }
+
     if (PHOTCODE_KEEP_LIST) { snprintf (tmpline, 1024, "%s +photcode %s", command, PHOTCODE_KEEP_LIST); strcpy (command, tmpline); }
     if (PHOTCODE_SKIP_LIST) { snprintf (tmpline, 1024, "%s -photcode %s", command, PHOTCODE_SKIP_LIST); strcpy (command, tmpline); }
Index: branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/load_catalogs.c
===================================================================
--- branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/load_catalogs.c	(revision 34898)
+++ branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/load_catalogs.c	(revision 34899)
@@ -158,4 +158,6 @@
     if (FlagOutlier)   { snprintf (tmpline, 1024, "%s -clip %d",        command, CLIP_THRESH);       strcpy (command, tmpline); }
     
+    if (USE_FIXED_PIXCOORDS) { snprintf (tmpline, 1024, "%s -D USE_FIXED_PIXCOORDS 1", command);     strcpy (command, tmpline); }
+
     if (PHOTCODE_KEEP_LIST) { snprintf (tmpline, 1024, "%s +photcode %s", command, PHOTCODE_KEEP_LIST); strcpy (command, tmpline); }
     if (PHOTCODE_SKIP_LIST) { snprintf (tmpline, 1024, "%s -photcode %s", command, PHOTCODE_SKIP_LIST); strcpy (command, tmpline); }
Index: branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/relastro_objects.c
===================================================================
--- branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/relastro_objects.c	(revision 34898)
+++ branches/eam_branches/ipp-20121219/Ohana/src/relastro/src/relastro_objects.c	(revision 34899)
@@ -150,4 +150,6 @@
     if (FlagOutlier)   { snprintf (tmpline, 1024, "%s -clip %d",        command, CLIP_THRESH);       strcpy (command, tmpline); }
     
+    if (USE_FIXED_PIXCOORDS) { snprintf (tmpline, 1024, "%s -D USE_FIXED_PIXCOORDS 1", command);     strcpy (command, tmpline); }
+
     if (PHOTCODE_KEEP_LIST) { snprintf (tmpline, 1024, "%s +photcode %s", command, PHOTCODE_KEEP_LIST); strcpy (command, tmpline); }
     if (PHOTCODE_SKIP_LIST) { snprintf (tmpline, 1024, "%s -photcode %s", command, PHOTCODE_SKIP_LIST); strcpy (command, tmpline); }
