IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2007, 10:13:50 AM (19 years ago)
Author:
eugene
Message:

require recipe for ppStats in scripts

File:
1 edited

Legend:

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

    r13717 r13748  
    143143my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    144144unless ($no_op) {
    145     my $command = "$ppSub $input $template $outputRoot -inmask $inputMask -refmask $templateMask -stat $outputStats"; # Command to run ppSub
     145    my $command = "$ppSub $input $template $outputRoot";
     146    $command .= " -inmask $inputMask";
     147    $command .= " -refmask $templateMask";
     148    $command .= " -stats $outputStats";
     149    $command .= " -recipe PPSTATS CHIPSTATS";
    146150
    147151    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.