Changeset 30390 for trunk/ippScripts/scripts/nightly_science.pl
- Timestamp:
- Jan 27, 2011, 1:38:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/nightly_science.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/nightly_science.pl
r30293 r30390 44 44 my ( $date, $datetime, $camera, $dbname, $logfile, $verbose, $manual); 45 45 my ( $help, $isburning, $force_stack_count, $force_diff_count, $test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode); 46 my ( $registration_status, $burntool_status, $observing_status );46 my ( $registration_status, $burntool_status, $observing_status, $old_date); 47 47 my ( $check_registration, $define_burntool, $queue_burntool, $check_chips, $queue_chips); 48 48 my ( $check_stacks, $queue_stacks, $check_sweetspot, $queue_sweetspot, $check_diffs, $queue_diffs, $clean_old); … … 66 66 'registraion_status' => \$registration_status, 67 67 'burntool_status' => \$burntool_status, 68 'old_date=s' => \$old_date, 68 69 'check_stacks' => \$check_stacks, 69 70 'queue_stacks' => \$queue_stacks, … … 1351 1352 } 1352 1353 } 1354 if ($debug == 1) { 1355 print "$metadata_out{nsObservingState} $metadata_out{nsDiffPotential} $metadata_out{nsDiffQueued} $is_processing $is_registering\n"; 1356 } 1357 1353 1358 if ($metadata_out{nsObservingState} eq 'END_OF_NIGHT') { 1354 if ($is_processing == 0) {1359 if ($is_processing == 1) { 1355 1360 $metadata_out{nsDiffState} = 'DIFFING'; 1356 1361 } … … 1469 1474 if (verify_uniqueness_diff($input_warp_id,$template_warp_id,$date,$target) != 0) { 1470 1475 $Nqueued++; 1471 print STDERR "Diffs already queued for this $date $target $input_exp_id $template_exp_id \n";1476 print STDERR "Diffs already queued for this $date $target $input_exp_id $template_exp_id ($input_warp_id $template_warp_id) $this_object $input_comment\n"; 1472 1477 next; 1473 1478 }
Note:
See TracChangeset
for help on using the changeset viewer.
