IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2010, 4:06:45 PM (16 years ago)
Author:
watersc1
Message:

Edits for detrend cleanup.

File:
1 edited

Legend:

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

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