IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28562


Ignore:
Timestamp:
Jun 30, 2010, 1:29:30 PM (16 years ago)
Author:
bills
Message:

don't queue jobs for diff images with poor quality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r28244 r28562  
    514514        if ($image->{fault}) {
    515515            print STDERR "selected difference image $id $image->{diff_id} $skycell_id has fault: $image->{fault}\n";
     516            next;
     517        }
     518        if ($image->{quality}) {
     519            print STDERR "selected difference image $id $image->{diff_id} $skycell_id has poor quality: $image->{quality}\n";
    516520            next;
    517521        }
Note: See TracChangeset for help on using the changeset viewer.