IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2009, 3:20:44 PM (17 years ago)
Author:
bills
Message:

fix problems in definebyquery for camera stage

File:
1 edited

Legend:

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

    r23765 r23783  
    11SELECT
    2     'cam' as stage,
     2    'camera' as stage,
    33    camRun.cam_id as stage_id,
    44    rawExp.exp_name as run_tag,
     
    1616    AND rcInterest.state = 'enabled'
    1717    AND distRun.dist_id IS NULL      -- no existing distRun
    18     AND ((!distTarget.clean  AND camRun.state = 'full') OR (distTarget.clean AND camRun.state = 'cleaned'))
     18    AND ((camRun.state = 'full') OR (distTarget.clean AND camRun.state = 'cleaned'))
Note: See TracChangeset for help on using the changeset viewer.