IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 4:05:44 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTools/share/dettool_pendingcleanup_normalizedexp.sql

    r25324 r26865  
    1 SELECT
     1SELECT DISTINCT
    22    detNormalizedExp.*,
    33    rawExp.camera   
    4 FROM detRunSummary
    5 JOIN detNormalizedExp
    6     USING(det_id,iteration)
     4FROM detNormalizedExp
    75JOIN detInputExp
    8      USING(det_id,iteration)
     6     USING(det_id,exp_id)
    97JOIN rawExp
    108     USING(exp_id)
    119WHERE
    12     ((detRunSummary.data_state = 'goto_cleaned'
    13       AND detNormalizedExp.data_state = 'full')
    14      OR (detRunSummary.data_state = 'goto_scrubbed'
    15       AND detNormalizedExp.data_state = 'full')
    16      OR (detRunSummary.data_state = 'goto_purged'
    17       AND detNormalizedExp.data_state = 'full')
    18      OR detNormalizedExp.data_state = 'goto_cleaned'
     10    (detNormalizedExp.data_state = 'goto_cleaned'
    1911     OR detNormalizedExp.data_state = 'goto_scrubbed'
    2012     OR detNormalizedExp.data_state = 'goto_purged')
Note: See TracChangeset for help on using the changeset viewer.