Index: /branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl
===================================================================
--- /branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl	(revision 30764)
+++ /branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl	(revision 30765)
@@ -149,10 +149,14 @@
 $reduction = 'DEFAULT' unless defined $reduction;
 my $recipe_psphot  = $ipprc->reduction($reduction, 'STACKPHOT'); # Recipe to use for psphot
+my $recipe_ppsub   = $ipprc->reduction($reduction, 'STACKPHOT'); # Recipe to use for ppsub
+my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT'); # Recipe to use for ppstack
 unless ($recipe_psphot) {
     &my_die("Couldn't find selected reduction for STACKPHOT: $reduction\n", $sky_id, $PS_EXIT_CONFIG_ERROR);
 }
 
-print "reduction:     $reduction\n";
-print "recipe_psphot: $recipe_psphot\n";
+print "reduction:      $reduction\n";
+print "recipe_psphot:  $recipe_psphot\n";
+print "recipe_ppsub:   $recipe_ppsub\n";
+print "recipe_ppstack: $recipe_ppstack\n";
 
 # my $cmdflags;
@@ -163,5 +167,7 @@
     $command .= " -input $listName";
     $command .= " -threads $threads" if defined $threads;
-    $command .= " -recipe PSPHOT $recipe_psphot";
+    $command .= " -recipe PSPHOT  $recipe_psphot";
+    $command .= " -recipe PPSUB   $recipe_ppsub";
+    $command .= " -recipe PPSTACK $recipe_ppstack";
     $command .= " -dumpconfig $configuration";
     $command .= " -tracedest $traceDest -log $logDest";
