IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9121


Ignore:
Timestamp:
Oct 2, 2006, 4:33:25 PM (20 years ago)
Author:
Paul Price
Message:

dettool change: -processedimfile -unmask doesn't need -unmask any more.

File:
1 edited

Legend:

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

    r9101 r9121  
    4545my $files;                      # The input files
    4646{
    47     my $command = "$dettool -processedimfile -unmask -det_id $detId -iteration $iter"; # Command to run
     47    my $command = "$dettool -processedimfile -det_id $detId -iteration $iter"; # Command to run
    4848    my @command = split /\s+/, $command;
    4949    my ( $stdin, $stdout, $stderr ); # Buffers for running program
    5050    print "Running [$command]...\n";
    5151    run \@command, \$stdin, \$stdout, \$stderr or
    52         die "Unable to perform dettool -processedimfile -unmask on detrend $detId/$iter: $?";
     52        die "Unable to perform dettool -processedimfile on detrend $detId/$iter: $?";
    5353    print $stdout . "\n";
    5454   
Note: See TracChangeset for help on using the changeset viewer.