IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2012, 3:24:33 PM (15 years ago)
Author:
bills
Message:

don't set files with bad quality to be updated

File:
1 edited

Legend:

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

    r33030 r33058  
    1111    AND (chipRun.state = 'cleaned' OR chipRun.state = 'update')
    1212    AND (chipProcessedImfile.data_state = 'cleaned')
     13    AND (chipProcessedImfile.quality = 0)
    1314    -- don't queue update if the associated magicDSFile exists and isn't cleaned
    1415    -- AND (chipRun.magicked = 0
Note: See TracChangeset for help on using the changeset viewer.