IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 9:45:26 AM (20 years ago)
Author:
Paul Price
Message:

dettool -processedimfile doesn't take -iteration any more.

File:
1 edited

Legend:

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

    r9180 r9190  
    6868my $files;                      # Array of files to be stacked
    6969{
    70     my $command = "$dettool -processedimfile -det_id $det_id -iteration $iter -class_id $class_id"; # Command to run
     70    my $command = "$dettool -processedimfile -det_id $det_id -class_id $class_id"; # Command to run
    7171    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7272        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.