IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 11:43:26 AM (20 years ago)
Author:
jhoblitt
Message:

add dettool -processedimfile -included suboption

File:
1 edited

Legend:

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

    r9412 r9417  
    6161my $files;                      # Array of files to be stacked
    6262{
    63     my $command = "$dettool -tostack -det_id $det_id -class_id $class_id"; # Command to run
     63    my $command = "$dettool -processedimfile -det_id $det_id -class_id $class_id -included"; # Command to run
    6464    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    6565        run(command => $command, verbose => 1);
    66     die "Unable to perform dettool -tostack: $error_code\n" if not $success;
     66    die "Unable to perform dettool -processedimfile: $error_code\n" if not $success;
    6767    my $metadata = $mdcParser->parse(join "", @$stdout_buf)
    6868        or die "unable to parse metadata config doc";
Note: See TracChangeset for help on using the changeset viewer.