IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2014, 12:49:51 PM (12 years ago)
Author:
watersc1
Message:

Change warp bad quality threshold to 0.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/lap_science.pl

    r37319 r37558  
    757757        }
    758758        elsif ((defined($exposure->{warpRun_state}))&&($exposure->{warpRun_state} eq 'full')&&
    759                ($exposure->{warp_bad_quality} / $exposure->{warp_component_count} > 0.2)) {
     759               ($exposure->{warp_bad_quality} / $exposure->{warp_component_count} > 0.3)) {
    760760            printf("QUALITY: $exposure->{exp_id} has bad warp quality: %d / %d\n",
    761761                   $exposure->{warp_bad_quality} , $exposure->{warp_component_count});
Note: See TracChangeset for help on using the changeset viewer.