IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2013, 5:30:10 PM (13 years ago)
Author:
watersc1
Message:

Missing space after good_frac

File:
1 edited

Legend:

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

    r35979 r36051  
    17561756    my $new_dist_group = "${dist_group}.offnight";
    17571757    my $check_cmd = "$difftool -dbname $dbname  -definewarpwarp ";
    1758     $check_cmd .= "-input_label $label  -template_label $label -good_frac 0.1";
     1758    $check_cmd .= "-input_label $label  -template_label $label -good_frac 0.1 ";
    17591759    $check_cmd .= "-set_workdir $workdir  -set_dist_group $new_dist_group  -set_data_group $new_data_group ";
    17601760    $check_cmd .= " -mintimediff 40000 ";
Note: See TracChangeset for help on using the changeset viewer.