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_reject_imfile.pl

    r11502 r11829  
    313313
    314314    warn($msg);
    315     if ($det_id and $iter and $exp_tag) {
     315    if ($det_id and $iter and $exp_tag and not $no_update) {
    316316        my $command = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_tag $exp_tag -code $exit_code";
    317317        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.