Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 21179)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 21309)
@@ -51,5 +51,5 @@
 ) unless defined $warp_id
     and defined $skycell_id
-    ### and defined $warp_skyfile_id
+    and defined $warp_skyfile_id
     and defined $tess_dir
     and defined $camera
@@ -64,5 +64,4 @@
 $ipprc->redirect_output($logDest) if $redirect;
 
-my $image_id = $warp_skyfile_id;
 my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_WARP);
 
@@ -196,6 +195,6 @@
     $command .= " -threads $threads" if defined $threads;
     $command .= " -dbname $dbname" if defined $dbname;
-    # $command .= " -image_id $image_id" if defined $image_id;
-    # $command .= " -source_id $source_id" if defined $source_id;
+    $command .= " -image_id $warp_skyfile_id" if defined $warp_skyfile_id;
+    $command .= " -source_id $source_id" if defined $source_id;
     if ($run_state eq 'new') {
         $command .= " -dumpconfig $configuration";
