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

    r14257 r16828  
    1717        AND diffInputSkyfile.skycell_id = warpSkyfile.skycell_id
    1818        AND diffInputSkyfile.tess_id    = warpSkyfile.tess_id
    19     JOIN warpInputExp
    20         ON diffInputSkyfile.warp_id = warpInputExp.warp_id
     19    JOIN warpRun
     20        ON diffInputSkyfile.warp_id = warpRun.warp_id
    2121    JOIN camProcessedExp
    22         ON warpInputExp.cam_id = camProcessedExp.cam_id
     22        ON warpRun.cam_id = camProcessedExp.cam_id
    2323    JOIN chipRun
    2424        ON camProcessedExp.chip_id = chipRun.chip_id
     
    4747    JOIN stackInputSkyfile
    4848        ON diffInputSkyfile.stack_id = stackInputSkyfile.stack_id
    49     JOIN warpInputExp
    50         ON stackInputSkyfile.warp_id = warpInputExp.warp_id
     49    JOIN warpRun
     50        ON stackInputSkyfile.warp_id = warpRun.warp_id
    5151    JOIN camProcessedExp
    52         ON warpInputExp.cam_id = camProcessedExp.cam_id
     52        ON warpRun.cam_id = camProcessedExp.cam_id
    5353    JOIN chipRun
    5454        ON camProcessedExp.chip_id = chipRun.chip_id
Note: See TracChangeset for help on using the changeset viewer.