IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2008, 11:07:22 AM (18 years ago)
Author:
Paul Price
Message:

No warpInputExp any more.

File:
1 edited

Legend:

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

    r14031 r16828  
    99    AND stackRun.skycell_id       = warpSkyfile.skycell_id
    1010    AND stackRun.tess_id          = warpSkyfile.tess_id
    11 JOIN warpInputExp
    12     ON stackInputSkyfile.warp_id = warpInputExp.warp_id
     11JOIN warpRun
     12    ON stackInputSkyfile.warp_id = warpRun.warp_id
    1313JOIN camProcessedExp
    14     ON warpInputExp.cam_id = camProcessedExp.cam_id
     14    ON warpRun.cam_id = camProcessedExp.cam_id
    1515JOIN chipRun
    1616    ON camProcessedExp.chip_id = chipRun.chip_id
Note: See TracChangeset for help on using the changeset viewer.