Index: trunk/ippScripts/scripts/nightly_science.pl
===================================================================
--- trunk/ippScripts/scripts/nightly_science.pl	(revision 41893)
+++ trunk/ippScripts/scripts/nightly_science.pl	(revision 41994)
@@ -1518,5 +1518,5 @@
 	    my $this_quality = ${ $this_warp }[5];
 	    my $this_state   = ${ $this_warp }[4];
-	    if (($this_quality != 0) || ($this_state eq 'fail') ) {
+	    if (($this_quality != 0) || ($this_state eq 'drop') ) {
 		print STDERR "diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n";
 	    }
@@ -1708,5 +1708,5 @@
 	        my $this_quality = ${ $this_warp }[5];
 	        my $this_state   = ${ $this_warp }[4];
-	        if (($this_quality != 0) || ($this_state eq 'fail') ) {
+	        if (($this_quality != 0) || ($this_state eq 'drop') ) {
 		    print STDERR "desp_diff_singles: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n";
 	        }
@@ -1925,5 +1925,5 @@
 	        my $this_quality = ${ $this_warp }[5];
 	        my $this_state   = ${ $this_warp }[4];
-	        if (($this_quality != 0) || ($this_state eq 'fail') ) {
+	        if (($this_quality != 0) || ($this_state eq 'drop') ) {
 		    print STDERR "desp_diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n";
 	        }
