Index: /tags/ipp-20140114/ippScripts/scripts/psphot_fullforce_summary.pl
===================================================================
--- /tags/ipp-20140114/ippScripts/scripts/psphot_fullforce_summary.pl	(revision 36584)
+++ /tags/ipp-20140114/ippScripts/scripts/psphot_fullforce_summary.pl	(revision 36585)
@@ -79,4 +79,6 @@
 my ($listFile, $listName) = tempfile("/tmp/fullforce.summary.list.XXXX", UNLINK => !$save_temps );
 
+my $cff_file;
+
 { 
     my $mdcParser = PS::IPP::Metadata::Config->new;
@@ -107,7 +109,14 @@
         &my_die("Couldn't find input cmf: $cmf", $ff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($cmf);
         print $listFile "SOURCES STR $cmf\n";
+        if (!$cff_file) {
+            $cff_file = $ipprc->filename('PSPHOT.OUTPUT.CFF', $result->{sources_path_base});
+            &my_die("Couldn't find input cff: $cff_file", $ff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($cff_file);
+        }
     }
     close $listFile;
 }
+
+&my_die("No CFF found in results: $cff_file", $ff_id, $PS_EXIT_PROG_ERROR) unless $cff_file;
+
 
 # Recipes to use based on reduction class
@@ -141,4 +150,5 @@
     my $command = "$psphotFullForceSummary $outroot";
     $command .= " -input $listName";
+    $command .= " -cff $cff_file";
     $command .= " -threads $threads" if defined $threads;
     if ($dump_config) {
