Index: trunk/ippScripts/scripts/lap_science.pl
===================================================================
--- trunk/ippScripts/scripts/lap_science.pl	(revision 31945)
+++ trunk/ippScripts/scripts/lap_science.pl	(revision 31998)
@@ -483,4 +483,14 @@
 	    }
 	}
+
+	if  ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.
+	    $are_warped++;
+#	    $can_qstack ++;
+	    $can_diff ++;
+	    $have_diff ++;
+	    $are_magicked ++;
+#	    $can_fstack ++;	    
+	    next;
+	}
 	
 	if ($exposure->{private}) { # I've declared this exposure private to this lapRun.
@@ -541,13 +551,4 @@
 	}
 	
-	if  ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.
-	    $are_warped++;
-#	    $can_qstack ++;
-	    $can_diff ++;
-	    $have_diff ++;
-	    $are_magicked ++;
-#	    $can_fstack ++;	    
-	    next;
-	}
 
 	if (($exposure->{warpRun_state})&&  # This exposure has a warp
