IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2007, 4:50:21 PM (19 years ago)
Author:
jhoblitt
Message:

remove use of rawExp.imfiles

File:
1 edited

Legend:

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

    r14045 r14059  
    2929        detProcessedImfile.exp_id,
    3030        detProcessedImfile.class_id,
     31        rawImfile.class_id as rawimfile_class_id,
    3132        rawExp.camera,
    3233        rawExp.exp_tag
     
    5657        detRun.det_id
    5758    HAVING
    58         COUNT(detProcessedImfile.class_id) = rawExp.imfiles
     59        COUNT(detProcessedImfile.class_id) = COUNT(rawImfile.class_id)
    5960    ) AS detProcessedExp
    6061
Note: See TracChangeset for help on using the changeset viewer.