IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19663


Ignore:
Timestamp:
Sep 22, 2008, 5:17:46 PM (18 years ago)
Author:
Paul Price
Message:

Can't spell, specifying recipe.

File:
1 edited

Legend:

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

    r19658 r19663  
    172172    $command = "$ppImage -list $list1Name $outroot"; # Command to run
    173173    $command .= " -recipe PPIMAGE PPIMAGE_J1";
    174     $comamnd .= " -recipe JPEG $recipe";
     174    $command .= " -recipe JPEG $recipe";
    175175    $command .= " -dbname $dbname" if defined $dbname;
    176176    ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    506506
    507507$command  = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_id $exp_id";
    508 $command .= " -recip $recipe1,$recipe2 -path_base $outroot ";
     508$command .= " -recip $recipe -path_base $outroot ";
    509509$command .= ' -reject' if $reject;
    510510$command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.