Index: trunk/ippScripts/scripts/nightly_science.pl
===================================================================
--- trunk/ippScripts/scripts/nightly_science.pl	(revision 39926)
+++ trunk/ippScripts/scripts/nightly_science.pl	(revision 40393)
@@ -95,5 +95,6 @@
            --verbose
            --force_stack_count    Force the chip/warp counts.
-           --force_diff_count    Force the chip/warp counts.
+           --force_diff_count     Force the chip/warp counts.
+           --force_registration   Force registration counts.
            --this_target_only     Process only a single target.
            --this_filter_only     Process only a single filter.
@@ -2142,4 +2143,7 @@
 	}
     }	
+    if ($force_registration) {
+	return("END_OF_NIGHT");
+    }
 #    print "$datetime $eon_dt\n";
     if (DateTime->compare($datetime,$eon_dt) < 1) {
