IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2008, 3:28:57 PM (18 years ago)
Author:
eugene
Message:

various fixes to the get command-line options for cleanup stages correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/share/dettool_pendingcleanup_residexp.sql

    r18991 r19078  
    11SELECT
    2     detProcessedImfile.*,
    3     detRunSummary.data_state,
     2    detResidExp.*,
     3    detRunSummary.data_state
    44FROM detRunSummary
    5 JOIN detProcessedImfile
     5JOIN detResidExp
    66    USING(det_id,iteration)
    77WHERE
    88    detRunSummary.data_state = 'goto_cleaned'
    9 AND detProcessedImfile.data_state = 'full'
     9AND detResidExp.data_state = 'full'
Note: See TracChangeset for help on using the changeset viewer.