Index: /trunk/psModules/src/objects/pmSourceIO_CFF.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceIO_CFF.c	(revision 37086)
+++ /trunk/psModules/src/objects/pmSourceIO_CFF.c	(revision 37087)
@@ -373,4 +373,5 @@
         }
 
+	// save the PSF model parameters for each object as the first entry
         xPos[0] = model->params->data.F32[PM_PAR_XPOS];
         yPos[0] = model->params->data.F32[PM_PAR_YPOS];
@@ -384,4 +385,5 @@
         nDOF[0] = NAN;
         modelFlags[0] = 0;
+	n_rows ++;
 
         if (source->modelFits != NULL) {
@@ -507,8 +509,4 @@
             }
         }
-        if (n_rows == 0) {
-            // didn't find a suitable extended model we have one row with the psf parameters
-            n_rows = 1;
-        }
 
         for (int j = 0; j < n_rows; j++) {
