IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17252


Ignore:
Timestamp:
Mar 31, 2008, 2:18:55 PM (18 years ago)
Author:
bills
Message:

correction mode argument and spelling of iteration

File:
1 edited

Legend:

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

    r17251 r17252  
    184184    carp($msg);
    185185    if (defined $det_id and defined $iter and not $no_update) {
    186         my $command = "$dettool -addprocessedimfile";
     186        my $command = "$dettool -addnormalizedexp";
    187187        $command .= " -det_id $det_id";
    188         $command .= " -iter $iter";
     188        $command .= " -iteration $iter";
    189189        $command .= " -code $exit_code";
    190190        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.