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

    r18645 r19078  
     1-- does this result in too many entries (one for each diffInputSkyfile?)
     2-- all of this is just to get the camera used for the diff run
    13SELECT
    24    diffRun.diff_id,
     
    46    diffRun.state
    57FROM diffRun
    6 JOIN rawExp
    7 USING (exp_id)
     8JOIN diffInputSkyfile
     9    USING(diff_id)
     10JOIN warpSkyfile
     11    ON  diffInputSkyfile.warp_id    = warpSkyfile.warp_id
     12    AND diffInputSkyfile.skycell_id = warpSkyfile.skycell_id
     13    AND diffInputSkyfile.tess_id    = warpSkyfile.tess_id
     14JOIN warpRun
     15    ON warpRun.warp_id = warpSkyfile.warp_id
     16JOIN fakeRun
     17    USING(fake_id)
     18JOIN camRun
     19    USING(cam_id)
     20JOIN chipRun
     21    USING(chip_id)
     22JOIN rawExp
     23    USING(exp_id)
    824WHERE
    925    diffRun.state = 'goto_cleaned'
Note: See TracChangeset for help on using the changeset viewer.