Index: /trunk/ippTasks/chip.pro
===================================================================
--- /trunk/ippTasks/chip.pro	(revision 20931)
+++ /trunk/ippTasks/chip.pro	(revision 20932)
@@ -133,4 +133,5 @@
     book getword chipPendingImfile $pageName exp_tag -var EXP_TAG
     book getword chipPendingImfile $pageName chip_id -var CHIP_ID
+    book getword chipPendingImfile $pageName chip_imfile_id -var CHIP_IMFILE_ID
     book getword chipPendingImfile $pageName workdir -var WORKDIR_TEMPLATE
     book getword chipPendingImfile $pageName class_id -var CLASS_ID
@@ -160,5 +161,5 @@
     stderr $LOGDIR/chip.imfile.log
 
-    $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE --outroot $outroot --redirect-output 
+    $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --chip_imfile_id $CHIP_IMFILE_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE --outroot $outroot --redirect-output 
     if ("$REDUCTION" != "NULL")
       $run = $run --reduction $REDUCTION
Index: /trunk/ippTasks/diff.pro
===================================================================
--- /trunk/ippTasks/diff.pro	(revision 20931)
+++ /trunk/ippTasks/diff.pro	(revision 20932)
@@ -136,4 +136,5 @@
     book setword diffSkyfile $pageName pantaskState RUN
     book getword diffSkyfile $pageName diff_id -var DIFF_ID
+    book getword diffSkyfile $pageName diff_skyfile_id -var DIFF_SKYFILE_ID
     book getword diffSkyfile $pageName tess_id -var TESS_DIR
     book getword diffSkyfile $pageName skycell_id -var SKYCELL_ID
@@ -156,5 +157,5 @@
     stderr $LOGDIR/diff.skycell.log
 
-    $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID --outroot $outroot --redirect-output
+    $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID --diff_skyfile_id $DIFF_SKYFILE_ID --outroot $outroot --redirect-output
     add_standard_args run
 
Index: /trunk/ippTasks/warp.pro
===================================================================
--- /trunk/ippTasks/warp.pro	(revision 20931)
+++ /trunk/ippTasks/warp.pro	(revision 20932)
@@ -265,4 +265,5 @@
     book setword warpPendingSkyCell $pageName pantaskState RUN
     book getword warpPendingSkyCell $pageName warp_id -var WARP_ID
+    book getword warpPendingSkyCell $pageName warp_skyfile_id -var WARP_SKYFILE_ID
     book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID
     book getword warpPendingSkyCell $pageName camera -var CAMERA
@@ -284,5 +285,5 @@
     stderr $LOGDIR/warp.skycell.log
 
-    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
+    $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
     add_standard_args run
 
