IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27124


Ignore:
Timestamp:
Mar 1, 2010, 3:31:35 PM (16 years ago)
Author:
Paul Price
Message:

Need to select on quality flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/cam_outputs.pl

    r27123 r27124  
    6060    " class_id" .
    6161    " FROM camRun JOIN chipProcessedImfile USING(chip_id)" .
    62     " WHERE cam_id = $cam_id";
     62    " WHERE cam_id = $cam_id AND quality = 0";
    6363
    6464my $results = $db->selectall_arrayref( $sql ) or die "Unable to execute SQL: $DBI::errstr";
Note: See TracChangeset for help on using the changeset viewer.