IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2008, 2:21:00 PM (18 years ago)
Author:
bills
Message:

changes to support cleanup, purge, and update processing

File:
1 edited

Legend:

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

    r19459 r19558  
    55    diffRun.tess_id,
    66    diffRun.label,
     7    diffRun.state,
    78    rawExp.camera
    89FROM diffRun
     
    2627    ON diffInputSkyfile.diff_id = diffSkyfile.diff_id
    2728WHERE
    28   diffRun.state = 'new'
    29   AND warpRun.state = 'full'
    30   AND fakeRun.state = 'full'
    31   AND camRun.state = 'full'
    32   AND chipRun.state = 'full'
    33   AND diffSkyfile.diff_id IS NULL
     29  ((diffRun.state = 'new'
     30      AND warpRun.state = 'full'
     31      AND fakeRun.state = 'full'
     32      AND camRun.state = 'full'
     33      AND chipRun.state = 'full'
     34      AND diffSkyfile.diff_id IS NULL)
     35  OR (diffRun.state = 'update'
     36      AND diffSkyfile.data_state = 'cleaned')
     37  )
Note: See TracChangeset for help on using the changeset viewer.