IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r28244 r28794  
    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.