Index: /branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl
===================================================================
--- /branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl	(revision 30765)
+++ /branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl	(revision 30766)
@@ -148,7 +148,7 @@
 # Recipes to use based on reduction class
 $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
+my $recipe_psphot  = $ipprc->reduction($reduction, 'STACKPHOT_PSPHOT'); # Recipe to use for psphot
+my $recipe_ppsub   = $ipprc->reduction($reduction, 'STACKPHOT_PPSUB'); # Recipe to use for ppsub
+my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT_PPSTACK'); # 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);
