- Timestamp:
- Jan 11, 2015, 2:05:35 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/lap_science.pl (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140904/ippScripts/scripts/lap_science.pl
- Property svn:mergeinfo set to
r37319 r37804 622 622 $complete_fstacks++; 623 623 } 624 elsif (($stack->{final_state})&& 625 ($stack->{final_state} eq 'wait')) { 626 $complete_fstacks++; # Not the best either, but we've noted an issue, and tried to move on. LAP should respect this. 627 } 624 628 elsif (($stack->{final_state})&&($stack->{final_state} eq 'new')&& 625 629 ($stack->{final_fault} >= 4)&&($stack->{final_fault} != 32767)) { … … 757 761 } 758 762 elsif ((defined($exposure->{warpRun_state}))&&($exposure->{warpRun_state} eq 'full')&& 759 ($exposure->{warp_bad_quality} / $exposure->{warp_component_count} > 0. 2)) {763 ($exposure->{warp_bad_quality} / $exposure->{warp_component_count} > 0.3)) { 760 764 printf("QUALITY: $exposure->{exp_id} has bad warp quality: %d / %d\n", 761 765 $exposure->{warp_bad_quality} , $exposure->{warp_component_count});
Note:
See TracChangeset
for help on using the changeset viewer.
