Index: /trunk/psastro/src/psastroMosaicAstrom.c
===================================================================
--- /trunk/psastro/src/psastroMosaicAstrom.c	(revision 16073)
+++ /trunk/psastro/src/psastroMosaicAstrom.c	(revision 16074)
@@ -23,8 +23,14 @@
     // before we do object matches, we need to (optionally) fix failed chips.  We compare chips with
     // the supplied mosaic model.  Adjust significant outliers to match model.  
+    # if (0)
     if (!psastroFixChips (config, recipe)) {
 	psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
 	return false;
     }
+    if (!psastroFixChipsTest (config, recipe)) {
+	psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
+	return false;
+    }
+    # endif
 
     // given the existing per-chip astrometry, determine matches between raw and ref stars
