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

    r11817 r11829  
    164164
    165165    warn($msg);
    166     if ($p4_id and $skycell_id) {
     166    if ($p4_id and $skycell_id and not $no_update) {
    167167        my $command = "$p4tool -warped -p4_id $p4_id -skycell_id $skycell_id -code $exit_code";
    168168        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.