Changeset 31948
- Timestamp:
- Jul 28, 2011, 2:51:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/lap_science.pl
r31940 r31948 464 464 my $companion; 465 465 466 if ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through. 467 $can_qstack ++; 468 $can_diff ++; 469 $have_diff ++; 470 $can_fstack ++; 471 next; 472 } 473 466 474 if ($exposure->{pairwise}) { 467 475 # Load companion exposure information … … 486 494 $exposure = remake_this_exposure($exposure); 487 495 } 496 497 488 498 # Do quality checks here 489 499 my $is_bad_quality = 0; … … 530 540 $exposure->{data_state} = 'drop'; 531 541 &update_this_exposure($exposure); 532 533 542 } 534 543 535 if ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.536 $can_qstack ++;537 $can_diff ++;538 $have_diff ++;539 $can_fstack ++;540 next;541 }542 543 544 if (($exposure->{warpRun_state})&& # This exposure has a warp 544 545 ($exposure->{warpRun_state} eq 'full')) { # This exposure's warp is done. … … 572 573 print "\n"; 573 574 if ($do_nothing) { 575 print "STATUS: Doing nothing.\n"; 574 576 exit(0); 575 577 } … … 585 587 &update_this_exposure($exposure); 586 588 } 589 $needs_qstack = 0; 587 590 } 588 591 else { … … 621 624 } 622 625 } 626 print "STATUS: Exiting\n"; 623 627 print "\n"; 624 628 return(0);
Note:
See TracChangeset
for help on using the changeset viewer.
