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/phase2.pl

    r11574 r11829  
    160160
    161161    warn($msg);
    162     if ($exp_tag and $class_id) {
     162    if ($exp_tag and $class_id and not $no_update) {
    163163        my $command = "$p2tool -addprocessedimfile";
    164164        $command .= " -exp_tag $exp_tag";
Note: See TracChangeset for help on using the changeset viewer.