Index: trunk/ippScripts/scripts/lap_science.pl
===================================================================
--- trunk/ippScripts/scripts/lap_science.pl	(revision 35809)
+++ trunk/ippScripts/scripts/lap_science.pl	(revision 35810)
@@ -777,5 +777,10 @@
 #	    $can_qstack ++;
 	    $can_diff ++;
-	    $exposure->{data_state} = 'to_diff';
+	    ## BEGIN These two disable LAP stacks
+	    $are_magicked = $total_exposures;
+	    $have_diff ++;
+	    ## END
+#	    $exposure->{data_state} = 'to_diff';
+	    $exposure->{data_state} = 'full';
 	}
 	if (($exposure->{diff_id})&&
@@ -858,5 +863,5 @@
 		    }
 		}
-		elsif ($are_magicked == $total_exposures) { # We have made all of the diffs, and propagated through magic
+		elsif ($are_magicked >= $total_exposures) { # We have made all of the diffs, and propagated through magic
 		    print "STATUS: We would create all remaining stacks possible, but no longer require magic.\n";
 # 		    my $Nstacks_made = -1;
