Changeset 39816 for branches/czw_branch/20160809/ippScripts
- Timestamp:
- Nov 17, 2016, 3:06:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/ippScripts/scripts/nightly_science.pl
r39803 r39816 47 47 # Grab options 48 48 my ( $date, $datetime, $camera, $dbname, $logfile, $verbose, $manual); 49 my ( $help, $isburning, $force_stack_count, $force_diff_count, $ test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode);49 my ( $help, $isburning, $force_stack_count, $force_diff_count, $force_registration, $test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode); 50 50 my ( $registration_status, $burntool_status, $observing_status, $old_date); 51 51 my ( $check_registration, $define_burntool, $queue_burntool, $check_chips, $queue_chips); … … 65 65 'force_stack_count' => \$force_stack_count, 66 66 'force_diff_count' => \$force_diff_count, 67 'force_registration' => \$force_registration, 67 68 'this_target_only=s' => \$this_target_only, 68 69 'this_filter_only=s' => \$this_filter_only, … … 285 286 $metadata_out{nsObservingState} = &get_observing_state($date); 286 287 $metadata_out{nsRegistrationState} = &get_registration_state($date); 288 if ($force_registration) { 289 $metadata_out{nsRegistrationState} = 'REGISTERED'; 290 } 287 291 # 288 292 # Mode selection
Note:
See TracChangeset
for help on using the changeset viewer.
