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

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