IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27682


Ignore:
Timestamp:
Apr 14, 2010, 1:37:32 PM (16 years ago)
Author:
Paul Price
Message:

Fix query.

File:
1 edited

Legend:

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

    r27678 r27682  
    55JOIN stackInputSkyfile USING(stack_id)
    66JOIN warpRun USING(warp_id)
    7 JOIN warpSkyfile USING(warp_id, tess_id, skycell_id)
     7JOIN warpSkyfile
     8    ON warpSkyfile.warp_id = warpRun.warp_id
     9    AND warpSkyfile.tess_id = stackRun.tess_id
     10    AND warpSkyfile.skycell_id = stackRun.skycell_id
    811JOIN fakeRun USING(fake_id)
    912JOIN camRun USING(cam_id)
Note: See TracChangeset for help on using the changeset viewer.