IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2006, 3:39:30 PM (20 years ago)
Author:
Paul Price
Message:

Uncommenting the final update.

File:
1 edited

Legend:

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

    r8586 r8617  
    6565    $command .= ' -type ' . uc($detType); # Type of stacking to perform
    6666
    67 #    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    68 #       run(command => $command, verbose => 1);
    69 #    die "Unable to perform ppMerge: $error_code\n" if not $success;
     67    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     68        run(command => $command, verbose => 1);
     69    die "Unable to perform ppMerge: $error_code\n" if not $success;
    7070    die "Unable to find expected output file: $output\n" if not -f $output;
    7171}
Note: See TracChangeset for help on using the changeset viewer.