Index: trunk/psphot/src/psphotExtendedSourceFits.c
===================================================================
--- trunk/psphot/src/psphotExtendedSourceFits.c	(revision 38534)
+++ trunk/psphot/src/psphotExtendedSourceFits.c	(revision 42087)
@@ -120,4 +120,9 @@
 	// default to the old method (chisqConvergence)
 	chisqConvergence = true;
+    }
+
+    bool useReweighting = psMetadataLookupBool (&status, recipe, "LMM_FIT_USE_REWEIGHTING"); // Fit tolerance
+    if (!status) {
+	useReweighting = false;
     }
 
@@ -145,4 +150,5 @@
     fitOptions->chisqConvergence = chisqConvergence;
     fitOptions->isInteractive    = isInteractive;
+    fitOptions->useReweighting   = useReweighting;
 
     // use poissonian errors or local-sky errors
