IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2007, 4:36:46 PM (18 years ago)
Author:
jhoblitt
Message:

fix .fault handling

File:
1 edited

Legend:

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

    r14059 r15769  
    3030        detRun.state = 'run'
    3131        AND detRun.mode = 'master'
    32         AND detNormalizedImfile.fault = 0
    3332        AND detNormalizedExp.det_id IS NULL
    3433        AND detNormalizedExp.iteration IS NULL
     
    3938    HAVING
    4039        COUNT(detNormalizedImfile.class_id) = COUNT(rawImfile.class_id)
     40        AND SUM(detNormalizedImfile.fault) = 0
    4141    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.