Changeset 31999
- Timestamp:
- Aug 3, 2011, 12:06:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/lap_science.pl
r31959 r31999 483 483 } 484 484 } 485 486 if ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through. 487 $are_warped++; 488 # $can_qstack ++; 489 $can_diff ++; 490 $have_diff ++; 491 $are_magicked ++; 492 # $can_fstack ++; 493 next; 494 } 485 495 486 496 if ($exposure->{private}) { # I've declared this exposure private to this lapRun. … … 541 551 } 542 552 543 if ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.544 $are_warped++;545 # $can_qstack ++;546 $can_diff ++;547 $have_diff ++;548 $are_magicked ++;549 # $can_fstack ++;550 next;551 }552 553 553 554 if (($exposure->{warpRun_state})&& # This exposure has a warp
Note:
See TracChangeset
for help on using the changeset viewer.
