IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix .fault handling

File:
1 edited

Legend:

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

    r15527 r15769  
    5656    WHERE
    5757        detRun.state = 'run'
    58         AND (detResidImfile.fault = 0 || detResidImfile.fault IS NULL)
    5958        AND detResidExp.det_id IS NULL
    6059        AND detResidExp.iteration IS NULL
     
    6665    HAVING
    6766        COUNT(rawImfile.class_id) = COUNT(detResidImfile.class_id)
     67        AND SUM(detResidImfile.fault = 0)
    6868    ) AS toresidexp
Note: See TracChangeset for help on using the changeset viewer.