IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 10:10:39 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_norm_calc.pl

    r9192 r9202  
    5858my $files;                      # The input files
    5959{
    60     my $command = "$dettool -processedimfile -det_id $detId -iteration $iter"; # Command to run
     60    my $command = "$dettool -processedimfile -det_id $detId"; # Command to run
    6161    my @command = split /\s+/, $command;
    6262    my ( $stdin, $stdout, $stderr ); # Buffers for running program
     
    134134        my $normalisation = $normItem->{value}; # Normalisation for component
    135135
    136         my $command = "$dettool -addnormstat -det_id $detId -iteration $iter -class_id $className ".
     136        my $command = "$dettool -addnormalizedstat -det_id $detId -iteration $iter -class_id $className ".
    137137            "-norm $normalisation"; # Command to run
    138138        my @command = split /\s+/, $command;
Note: See TracChangeset for help on using the changeset viewer.