IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2012, 1:58:32 PM (14 years ago)
Author:
bills
Message:

don't clean components with non-zero quality. Leave them in full state

File:
1 edited

Legend:

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

    r27738 r33171  
    1414WHERE
    1515    ((chipRun.state = 'goto_cleaned' AND (chipProcessedImfile.data_state = 'full'
    16                                        OR chipProcessedImfile.data_state = 'update'))
     16                                       OR chipProcessedImfile.data_state = 'update') AND chipProcessedImfile.quality = 0)
    1717OR
    1818    (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state != 'scrubbed')
Note: See TracChangeset for help on using the changeset viewer.