Index: /branches/eam_branches/ipp-20130904/psphot/src/psphotChooseAnalysisOptions.c
===================================================================
--- /branches/eam_branches/ipp-20130904/psphot/src/psphotChooseAnalysisOptions.c	(revision 36357)
+++ /branches/eam_branches/ipp-20130904/psphot/src/psphotChooseAnalysisOptions.c	(revision 36358)
@@ -204,4 +204,7 @@
 	// skip saturated stars modeled with a radial profile 
         if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue;
+
+        // skip sources without a psf model
+        if (source->modelPSF == NULL) continue;
 
 	// Do the fits if the recipe requests we do extended source fits to everything
@@ -496,4 +499,7 @@
 	    // skip saturated stars modeled with a radial profile 
 	    if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue;
+
+            // skip sources without a psf model
+            if (source->modelPSF == NULL) continue;
 		
 	    // Do the fits if the recipe requests we do extended source fits to everything
