IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36459 for trunk/pstamp/scripts


Ignore:
Timestamp:
Jan 21, 2014, 11:21:53 AM (12 years ago)
Author:
bills
Message:

for diff stage detect when an input warp has nonzero quality and fault the
dependent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r36166 r36459  
    559559            }
    560560            return $warp_status;
     561        } elsif ($warp->{quality} != 0) {
     562            print STDERR "input warp has quality error\n";
     563            faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
     564            return $PSTAMP_GONE;
    561565        }
    562566        # warps are ready fall through and queue the diff update
     
    882886
    883887    # Stop faulting components. With the death of magic the likelyhood that something is truly gone
    884     # forever is much smaller. The false alarm rate is far too high
     888    # forever is much smaller. The false alarm rate due to temporary file system problems is far too high
    885889    return;
    886890
Note: See TracChangeset for help on using the changeset viewer.