IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 11:52:46 AM (20 years ago)
Author:
Paul Price
Message:

Adding two recipes instead of one

File:
1 edited

Legend:

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

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