IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2007, 10:27:09 AM (19 years ago)
Author:
Paul Price
Message:

Ensuring error codes don't go into the database if --no-update is used. Fixing statistics in detrend_resid.pl

File:
1 edited

Legend:

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

    r11492 r11829  
    189189    } else {
    190190        # May be undefined if there is only a single imfile
    191         $command .= ' -bg_stdev 0';
     191        $command .= ' -bg_mean_stdev 0';
    192192    }
    193193
     
    217217
    218218    warn($msg);
    219     if ($det_id and $iter and $exp_tag) {
     219    if ($det_id and $iter and $exp_tag and not $no_update) {
    220220        my $command = "$dettool -addresidimfile -det_id $det_id -iteration $iter -exp_tag $exp_tag -class_id $class_id -code $exit_code";
    221221        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.