IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2011, 5:17:53 PM (14 years ago)
Author:
watersc1
Message:

Updates to nightly science to allow sweetspot stacking/diffs.

File:
1 edited

Legend:

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

    r32483 r32968  
    996996    $cmd .= " -min_num 4";
    997997    $cmd .= " -select_good_frac_min 0.05";
    998     $cmd .= " -set_reduction NIGHTLY_STACK ";
     998    if (defined($reduction)) {
     999        $cmd .= " -set_reduction $reduction ";
     1000    }
     1001    else {
     1002        $cmd .= " -set_reduction NIGHTLY_STACK ";
     1003    }
    9991004    $cmd .= " $select ";
    10001005    if ($debug == 1) {
Note: See TracChangeset for help on using the changeset viewer.