Changeset 31959
- Timestamp:
- Aug 1, 2011, 2:03:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/lap_science.pl
r31958 r31959 463 463 # my $can_fstack = 0; 464 464 my $total_exposures = 0; 465 466 465 my @lonely_exposures = (); 467 466 … … 472 471 $total_exposures++; 473 472 my $companion; 474 475 if ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.476 $can_qstack ++;477 $can_diff ++;478 $have_diff ++;479 $can_fstack ++;480 next;481 }482 473 483 474 if ($exposure->{pairwise}) { … … 503 494 $exposure = remake_this_exposure($exposure); 504 495 } 505 506 507 496 # Do quality checks here 508 497 my $is_bad_quality = 0; … … 597 586 print "\n"; 598 587 if ($do_nothing) { 599 print "STATUS: Doing nothing.\n";600 588 exit(0); 601 589 } … … 669 657 } 670 658 671 print "STATUS: Exiting\n";672 659 print "\n"; 673 660 return(0);
Note:
See TracChangeset
for help on using the changeset viewer.
