Index: trunk/ippScripts/scripts/lap_science.pl
===================================================================
--- trunk/ippScripts/scripts/lap_science.pl	(revision 32099)
+++ trunk/ippScripts/scripts/lap_science.pl	(revision 32168)
@@ -606,8 +606,8 @@
 			($have_diff < $can_diff)) {       # and we haven't made them all yet, either.
 			print "STATUS: Dropping unpaired exposures and making pairwise diffs.\n";
-			foreach my $exposure (@lonely_exposures) {
-			    $exposure->{data_state} = 'drop';
-			    &update_this_exposure($exposure);
-			}
+# 			foreach my $exposure (@lonely_exposures) {
+# 			    $exposure->{data_state} = 'drop';
+# 			    &update_this_exposure($exposure);
+# 			}
 			&queue_diffs($exposures);
 			exit(0);
@@ -964,9 +964,9 @@
 	}
 	else { # warp-qstack
-	    next; # We no longer wish to make these, and should never get here.
-	    $command .= '-pretend';
-# 	    $command .= " -definewarpstack -set_reduction NOCONVDIFF -available -good_frac 0.2 ";
-# 	    $command .= " -warp_id $exposure->{warp_id} -stack_label ${label}.quick ";
-# 	    $already_queued{$exposure->{warp_id}} = 1;
+	    next; 
+#	    $command .= '-pretend';
+ 	    $command .= " -definewarpstack -available -good_frac 0.2 ";
+ 	    $command .= " -warp_id $exposure->{warp_id} -stack_label ${label} ";
+ 	    $already_queued{$exposure->{warp_id}} = 1;
 	}
 	
