IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30851


Ignore:
Timestamp:
Mar 10, 2011, 1:18:23 PM (15 years ago)
Author:
bills
Message:

when checking chips that a warp depends on see if the camRun is faulted

File:
1 edited

Legend:

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

    r30799 r30851  
    360360    my $chip_id;
    361361    foreach my $chip (@$data) {
     362        my $cam_fault = $chip->{cam_fault};
     363        if (defined $cam_fault and $cam_fault > 0) {
     364            print STDERR "camRun for $warp_id skycell_id $skycell_id is faulted: $cam_fault\n";
     365            return $PSTAMP_GONE;
     366        }
    362367        $chip_id = $chip->{chip_id};
    363368
Note: See TracChangeset for help on using the changeset viewer.