IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2012, 1:58:32 PM (15 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/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.