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/detrend_process_imfile.pl

    r13732 r13748  
    9999my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    100100unless ($no_op) {
    101     my $command = "$ppImage -file $input_uri $outputRoot -recipe PPIMAGE $recipe" .
    102         " -stat $outputStats"; # Command to run ppImage
     101    my $command = "$ppImage -file $input_uri $outputRoot";
     102    $command .= " -recipe PPIMAGE $recipe";
     103    $command .= " -recipe PPSTATS CHIPSTATS";
     104    $command .= " -stats $outputStats";
     105
    103106    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    104107        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.