IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2013, 1:31:13 PM (13 years ago)
Author:
bills
Message:

in camtool -pendingexp do not list camRuns in state update that have faulted or have bad quality

File:
1 edited

Legend:

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

    r28339 r35929  
    2323WHERE
    2424    chipRun.state = 'full'
    25     AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL) OR camRun.state = 'update')
     25    AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL) OR
     26         (camRun.state = 'update' and camProcessedExp.fault = 0 and camProcessedExp.quality = 0))
    2627    AND camMask.label IS NULL
    2728    AND (Label.active OR Label.active IS NULL)
Note: See TracChangeset for help on using the changeset viewer.