IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2009, 5:10:25 PM (17 years ago)
Author:
Paul Price
Message:

Only get skycells that exist!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_serial_mops.pl

    r24191 r24192  
    127127    my $inverse = $diff->{inverse};
    128128
    129     my $sql = "SELECT * FROM diffSkyfile WHERE diff_id = $diff_id;";
     129    my $sql = "SELECT * FROM diffSkyfile WHERE diff_id = $diff_id AND fault = 0 AND quality = 0;";
    130130    my $skycells = $db->selectall_arrayref( $sql, { Slice => {} } ) or die "Unable to execute SQL: $DBI::errstr";
    131131
Note: See TracChangeset for help on using the changeset viewer.