Index: /trunk/ippScripts/scripts/nightly_science.pl
===================================================================
--- /trunk/ippScripts/scripts/nightly_science.pl	(revision 41993)
+++ /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";
 	        }
Index: /trunk/ippScripts/scripts/warp_overlap.pl
===================================================================
--- /trunk/ippScripts/scripts/warp_overlap.pl	(revision 41993)
+++ /trunk/ippScripts/scripts/warp_overlap.pl	(revision 41994)
@@ -154,5 +154,5 @@
 # we set the warpRun state to 'fail' since no warpSkyCellMap can be generated.
 if (scalar @overlaps == 0) {
-    warn("no overlaps found (bad astrometry); setting warpRun state to 'fail'\n");
+    warn("no overlaps found (bad astrometry); setting warpRun state to 'drop'\n");
 
     # Add the processed file to the database
