Index: trunk/ippconfig/recipes/psphot.config
===================================================================
--- trunk/ippconfig/recipes/psphot.config	(revision 36753)
+++ trunk/ippconfig/recipes/psphot.config	(revision 36757)
@@ -198,9 +198,18 @@
 # Extended Model to use for forced photometry in full force
 # In addtion to PS_MODEL_SERSIC, PS_MODEL_DEV, and PS_MODEL_EXP  the values BEST and ALL may be selected
-EXT_MODEL_TYPE_FOR_CFF              STR   PS_MODEL_SERSIC
+# This specifies what gets saved in cff file output by psastro
+EXT_MODEL_TYPE_FOR_CFF              STR   ALL
+# this model is forced
+EXT_MODEL_TYPE_FORCE                STR   PS_MODEL_SERSIC
 
 # if the sersic model is selected, the dev model will also be forced for sources with sersic index above this limit
 # (Note: this is not used if BEST was selected)
 EXT_MODEL_FORCE_DEV_SERSIC_MIN      F32   3.0
+
+# to avoid forcing extended models for likely stars
+# only force sources with kron mag - psf mag less than this value ...
+EXT_MODEL_FORCE_MAGDIFF_MAX         F32   0.0
+# ... unless SN is less than this value
+EXT_MODEL_FORCE_CUT_SN_MIN          F32   10.0
 
 # Limits on extended source fits by galactic coordinates 
