IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 12:25:40 PM (20 years ago)
Author:
Paul Price
Message:

Wouldn't compile --- missed a dot.

File:
1 edited

Legend:

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

    r8944 r8953  
    195195{
    196196    my $command = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_id $exp_id " .
    197         "-recip " . RECIPE1() . "," . RECIPE2() . " -b1_uri $jpeg1Name -b2_uri $jpeg2Name "
     197        "-recip " . RECIPE1() . "," . RECIPE2() . " -b1_uri $jpeg1Name -b2_uri $jpeg2Name " .
    198198        "-bg $mean -bg_stdev $stdev -bg_mean_stdev $meanStdev"; # Command to run
    199199    $command .= ' -reject' if $reject;
Note: See TracChangeset for help on using the changeset viewer.