Index: trunk/psastro/src/psastroFixChips.c
===================================================================
--- trunk/psastro/src/psastroFixChips.c	(revision 21422)
+++ trunk/psastro/src/psastroFixChips.c	(revision 26259)
@@ -248,5 +248,10 @@
         badAstrom |= fabs(obsAngle   - refAngle)   > angleTol;
 
-        fprintf (stderr, "chip %d, angle: %f, pixel: %f,%f\n", view->chip, obsAngle - refAngle, obsCoord.x - refCoord.x, obsCoord.y - refCoord.y);
+        fprintf (stderr, "chip %d, angle: %f, pixel: %f,%f  : ", view->chip, obsAngle - refAngle, obsCoord.x - refCoord.x, obsCoord.y - refCoord.y);
+	if (badAstrom) {
+	    fprintf (stderr, "BAD ASTROM\n");
+	} else {
+	    fprintf (stderr, "GOOD ASTROM\n");
+	}
 
         // XXX for now, just use first readout
@@ -265,4 +270,6 @@
         psMetadataAddF32 (updates, PS_LIST_TAIL, "AST_DY", PS_META_REPLACE, "chip y offset wrt model", obsCoord.y - refCoord.y);
         psMetadataAddF32 (updates, PS_LIST_TAIL, "AST_DT", PS_META_REPLACE, "chip rot offset wrt model", obsAngle - refAngle);
+
+	continue;
 
         // for successful chips, save the measured offsets in the header
@@ -319,5 +326,5 @@
         }
 
-        psastroUpdateChipToFPA (input->fpa, obsChip, rawstars, refstars);
+        psastroUpdateChipToFPA (input->fpa, obsChip);
 
         // XXX update the header with info to reflect the failure
