IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 5:12:32 PM (17 years ago)
Author:
Paul Price
Message:

Set some bounds on data-quality for various operations. QUALITY isn't a boolean value, but integer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/share/difftool_definebyquery_part1.sql

    r20973 r23581  
    88    FROM warpRun
    99    JOIN warpSkyfile USING(warp_id)
    10     JOIN fakeRun USING(fake_id) 
    11     JOIN camRun USING(cam_id) 
    12     JOIN chipRun USING (chip_id) 
     10    JOIN fakeRun USING(fake_id)
     11    JOIN camRun USING(cam_id)
     12    JOIN chipRun USING (chip_id)
    1313    JOIN rawExp USING(exp_id)
    1414    LEFT JOIN diffRun USING(exp_id)
    1515
    1616    WHERE
     17        warpSkyfile.fault = 0
    1718        warpSkyfile.ignored = 0
     19        AND warpSkyfile.quality = 0
    1820        -- warp where hook %s
    1921        -- exp where hook %s
Note: See TracChangeset for help on using the changeset viewer.