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/stacktool_pendingcleanuprun.sql

    r18645 r19078  
     1-- results in too many output files
     2-- is the camera needed for this?
     3-- is the camera unique for this?
    14SELECT
    25    stackRun.stack_id,
     
    47    stackRun.state
    58FROM stackRun
     9JOIN stackInputSkyfile
     10    USING(stack_id)
     11JOIN warpSkyfile
     12    ON  stackInputSkyfile.warp_id = warpSkyfile.warp_id
     13    AND stackRun.skycell_id       = warpSkyfile.skycell_id
     14    AND stackRun.tess_id          = warpSkyfile.tess_id
     15JOIN warpRun
     16    ON warpRun.warp_id = warpSkyfile.warp_id
     17JOIN fakeRun
     18    USING(fake_id)
     19JOIN camRun
     20    USING(cam_id)
     21JOIN chipRun
     22    USING(chip_id)
    623JOIN rawExp
    7 USING (exp_id)
     24     USING (exp_id)
    825WHERE
    926    stackRun.state = 'goto_cleaned'
Note: See TracChangeset for help on using the changeset viewer.