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_normalizedstat.sql

    r25324 r26815  
    22    detNormalizedStatImfile.*,
    33    rawExp.camera
    4 FROM detRunSummary
    5 JOIN detNormalizedStatImfile
    6     USING(det_id,iteration)
     4FROM detNormalizedStatImfile
    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 detNormalizedStatImfile.data_state = 'full')
    14      OR (detRunSummary.data_state = 'goto_scrubbed'
    15       AND detNormalizedStatImfile.data_state = 'full')
    16      OR (detRunSummary.data_state = 'goto_purged'
    17       AND detNormalizedStatImfile.data_state = 'full')
    18      OR detNormalizedStatImfile.data_state = 'goto_cleaned'
     10    (detNormalizedStatImfile.data_state = 'goto_cleaned'
    1911     OR detNormalizedStatImfile.data_state = 'goto_scrubbed'
    2012     OR detNormalizedStatImfile.data_state = 'goto_purged')
Note: See TracChangeset for help on using the changeset viewer.