IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2007, 12:59:59 PM (18 years ago)
Author:
jhoblitt
Message:

stop exposures with rawImfiles that have non zero fault codes from slipping through

File:
1 edited

Legend:

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

    r14555 r15763  
    2525        newExp.state = 'run'
    2626        AND rawExp.exp_id IS NULL
    27         AND (rawImfile.fault = 0 || rawImfile.fault IS NULL)
    2827    GROUP BY
    2928        newExp.exp_id
    3029    HAVING
    3130        COUNT(newImfile.tmp_class_id) = COUNT(rawImfile.tmp_class_id)
     31        AND SUM(rawImfile.fault) = 0
    3232    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.