Index: trunk/psphot/src/psphotChoosePSF.c
===================================================================
--- trunk/psphot/src/psphotChoosePSF.c	(revision 37811)
+++ trunk/psphot/src/psphotChoosePSF.c	(revision 42087)
@@ -164,4 +164,9 @@
 	// default to the old method (chisqConvergence)
 	chisqConvergence = true;
+    }
+
+    bool useReweighting = psMetadataLookupBool (&status, recipe, "LMM_FIT_USE_REWEIGHTING"); // Fit tolerance
+    if (!status) {
+	useReweighting = false;
     }
 
@@ -185,4 +190,5 @@
     options->fitOptions->gainFactorMode   = gainFactorMode;
     options->fitOptions->chisqConvergence = chisqConvergence;
+    options->fitOptions->useReweighting   = useReweighting;
 
     psArray *stars = psArrayAllocEmpty (sources->n);
