Index: branches/eam_branches/20090522/ippTasks/warp.pro
===================================================================
--- branches/eam_branches/20090522/ippTasks/warp.pro	(revision 24238)
+++ branches/eam_branches/20090522/ippTasks/warp.pro	(revision 24557)
@@ -297,4 +297,5 @@
     # XXX change tess_id to tess_dir when schema is changed
     book getword warpPendingSkyCell $pageName tess_id -var TESS_DIR
+    book getword warpPendingSkyCell $pageName reduction -var REDUCTION
     book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
     book getword warpPendingSkyCell $pageName state -var RUN_STATE
@@ -306,5 +307,4 @@
     end
 
-
     # set the host and workdir based on the skycell hash
     set.host.for.skycell $SKYCELL_ID
@@ -318,4 +318,7 @@
 
     $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE $MAGICKED_ARG
+    if ("$REDUCTION" != "NULL")
+      $run = $run --reduction $REDUCTION
+    end
     add_standard_args run
 
