IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2011, 11:16:13 AM (15 years ago)
Author:
bills
Message:

handle case where the quality of a chip has changed since it was first processed.
Omit chips with non-zero quality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/warptool_scmap.sql

    r30852 r32570  
    2929    ON chipRun.chip_id = chipProcessedImfile.chip_id
    3030    AND warpSkyCellMap.class_id = chipProcessedImfile.class_id
     31    AND chipProcessedImfile.quality = 0
    3132JOIN rawImfile
    3233    ON chipRun.exp_id = rawImfile.exp_id
Note: See TracChangeset for help on using the changeset viewer.