IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32570


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

Location:
trunk/ippTools/share
Files:
2 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
  • trunk/ippTools/share/warptool_towarped.sql

    r30538 r32570  
    100100        AND warpSkyfile.fault = 0
    101101        AND camRun.state = 'full'
     102        AND chipProcessedImfile.quality = 0
     103        -- Maybe add this to solve the if any chip is bad a whole warp can't be updated problem?
     104        -- AND (chipProcessedImfile.fault = 0 OR chipProcessedImfile.fault = 26)
    102105        AND (Label.active OR Label.active IS NULL)
    103106        -- where hook 2 %s
Note: See TracChangeset for help on using the changeset viewer.