IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33171


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

Location:
trunk/ippTools/share
Files:
3 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')
  • trunk/ippTools/share/difftool_pendingcleanupskyfile.sql

    r30544 r33171  
    99    USING(diff_id)
    1010WHERE
    11    ((diffRun.state = 'goto_cleaned'  AND (diffSkyfile.data_state = 'full' OR diffSkyfile.data_state = 'update'))
     11   ((diffRun.state = 'goto_cleaned'  AND (diffSkyfile.data_state = 'full' OR diffSkyfile.data_state = 'update') AND diffSkyfile.quality = 0)
    1212    OR
    1313    (diffRun.state = 'goto_scrubbed' AND diffSkyfile.data_state != 'scrubbed')
  • trunk/ippTools/share/warptool_pendingcleanupskyfile.sql

    r27737 r33171  
    1111WHERE
    1212   ((warpRun.state = 'goto_cleaned'  AND (warpSkyfile.data_state = 'full'
    13                                       OR  warpSkyfile.data_state = 'update'))
     13                                      OR  warpSkyfile.data_state = 'update')
     14    AND warpSkyfile.quality = 0)
    1415    OR
    1516    (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state != 'scrubbed')
Note: See TracChangeset for help on using the changeset viewer.