Index: trunk/psastro/src/psastroOneChipGrid.c
===================================================================
--- trunk/psastro/src/psastroOneChipGrid.c	(revision 39928)
+++ trunk/psastro/src/psastroOneChipGrid.c	(revision 40084)
@@ -62,4 +62,5 @@
     psLogMsg ("psastro", 3, "basic grid search result - offset: %f,%f pixels, rotation: %f deg\n", gridStats->offset.x, gridStats->offset.y, DEG_RAD*gridStats->angle);
 
+# if (1) 
     // tweak the position by finding peak of matches stars
     stats = pmAstromGridTweak (rawGridStars, refGridStars, recipe, gridStats);
@@ -73,4 +74,9 @@
     }
     psLogMsg ("psastro", 3, "tweak grid search result - offset: %f,%f pixels, rotation: %f deg\n", stats->offset.x, stats->offset.y, DEG_RAD*stats->angle);
+# else
+    // EAM TEST: skip tweak
+    stats = pmAstromStatsAlloc();
+   *stats = *gridStats;
+# endif
 
     // adjust the chip.toFPA terms only
