Index: /branches/czw_branch/20160809/ippScripts/scripts/nightly_science.pl
===================================================================
--- /branches/czw_branch/20160809/ippScripts/scripts/nightly_science.pl	(revision 39815)
+++ /branches/czw_branch/20160809/ippScripts/scripts/nightly_science.pl	(revision 39816)
@@ -47,5 +47,5 @@
 # Grab options
 my ( $date, $datetime, $camera, $dbname, $logfile, $verbose, $manual);
-my ( $help, $isburning, $force_stack_count, $force_diff_count, $test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode);
+my ( $help, $isburning, $force_stack_count, $force_diff_count, $force_registration, $test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode);
 my ( $registration_status, $burntool_status, $observing_status, $old_date);
 my ( $check_registration, $define_burntool, $queue_burntool, $check_chips, $queue_chips);
@@ -65,4 +65,5 @@
     'force_stack_count'    => \$force_stack_count,
     'force_diff_count'     => \$force_diff_count,
+    'force_registration'   => \$force_registration,
     'this_target_only=s'   => \$this_target_only,
     'this_filter_only=s'   => \$this_filter_only,
@@ -285,4 +286,7 @@
 $metadata_out{nsObservingState} = &get_observing_state($date);
 $metadata_out{nsRegistrationState} = &get_registration_state($date);
+if ($force_registration) {
+    $metadata_out{nsRegistrationState} = 'REGISTERED';
+}
 #
 # Mode selection
