IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2007, 3:41:55 PM (19 years ago)
Author:
Paul Price
Message:

Adding series of JOINs to get rawExp.camera, following the thread from warp->cam->chip->raw.

File:
1 edited

Legend:

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

    r12263 r12419  
    1 SELECT
     1 SELECT
    22    warpSkyfile.*,
    33    rawExp.camera
     
    1111JOIN warpInputExp
    1212    ON stackInputSkyfile.warp_id = warpInputExp.warp_id
     13JOIN camProcessedExp
     14    ON warpInputExp.cam_id = camProcessedExp.cam_id
     15JOIN chipProcessedExp
     16    ON camProcessedExp.chip_id = chipProcessedExp.chip_id
    1317JOIN rawExp
    14     ON warpInputExp.exp_tag = rawExp.exp_tag
     18    ON chipProcessedExp.exp_tag = rawExp.exp_tag
    1519WHERE
    1620    stackRun.state = 'run'
Note: See TracChangeset for help on using the changeset viewer.