Index: branches/tap_branches/psastro/src/psastroFixChipsTest.c
===================================================================
--- branches/tap_branches/psastro/src/psastroFixChipsTest.c	(revision 25900)
+++ branches/tap_branches/psastro/src/psastroFixChipsTest.c	(revision 27838)
@@ -246,5 +246,5 @@
 	} 
 
-	psastroUpdateChipToFPA (fpa, chip, rawstars, refstars);
+	psastroUpdateChipToFPA (fpa, chip);
 
 	// XXX skip the re-fit step for a test
@@ -252,5 +252,5 @@
 
 	// XXX update the header with info to reflect the failure
-	if (!psastroOneChipFit (fpa, chip, refstars, rawstars, recipe, updates)) {
+	if (!psastroOneChipFit (fpa, chip, readout, refstars, rawstars, recipe, updates)) {
 	    readout->data_exists = false;
 	    psLogMsg ("psastro", 3, "failed to find a solution\n");
