Index: branches/eam_branches/20090715/psphot/src/psphotSourceFits.c
===================================================================
--- branches/eam_branches/20090715/psphot/src/psphotSourceFits.c	(revision 25661)
+++ branches/eam_branches/20090715/psphot/src/psphotSourceFits.c	(revision 25662)
@@ -193,6 +193,4 @@
 }
 
-static float EXT_MIN_SN;
-static float EXT_MOMENTS_RAD;
 static pmModelType modelTypeEXT;
 
@@ -200,8 +198,4 @@
 
     bool status;
-
-    // extended source model parameters
-    EXT_MIN_SN       = psMetadataLookupF32 (&status, recipe, "EXT_MIN_SN");
-    EXT_MOMENTS_RAD  = psMetadataLookupF32 (&status, recipe, "EXT_MOMENTS_RADIUS");
 
     // extended source model descriptions
@@ -224,5 +218,4 @@
     if (source->type == PM_SOURCE_TYPE_DEFECT) return false;
     if (source->type == PM_SOURCE_TYPE_SATURATED) return false;
-    if (source->peak->SN < EXT_MIN_SN) return false;
 
     // set the radius based on the footprint (also sets the mask pixels)
