IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 18, 2008, 9:32:59 AM (18 years ago)
Author:
Paul Price
Message:

Don't need camera out any more.

File:
1 edited

Legend:

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

    r19558 r19598  
    55    stackRun.workdir,
    66    stackRun.label,
    7     stackRun.state,
    8     rawExp.camera
     7    stackRun.state
    98FROM stackRun
    109JOIN stackInputSkyfile
    1110    USING(stack_id)
    12 JOIN warpSkyfile
    13     ON  stackInputSkyfile.warp_id = warpSkyfile.warp_id
    14     AND stackRun.skycell_id       = warpSkyfile.skycell_id
    15     AND stackRun.tess_id          = warpSkyfile.tess_id
    16 JOIN warpRun
    17     ON warpRun.warp_id = warpSkyfile.warp_id
    18 JOIN fakeRun
    19     USING(fake_id)
    20 JOIN camRun
    21     USING(cam_id)
    22 JOIN chipRun
    23     USING(chip_id)
    24 JOIN rawExp
    25     USING(exp_id)
    2611LEFT JOIN stackSumSkyfile
    2712    USING(stack_id)
     
    3015        AND stackSumSkyfile.stack_id IS NULL)
    3116    OR
    32     (stackRun.state = 'update' 
     17    (stackRun.state = 'update'
    3318        AND stackSumSkyfile.data_state = 'cleaned'))
Note: See TracChangeset for help on using the changeset viewer.