IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2010, 4:00:56 PM (16 years ago)
Author:
Paul Price
Message:

Need to get camera out.

File:
1 edited

Legend:

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

    r28343 r28345  
    11SELECT
    22    diffPhotRun.*,
    3     diffSkyfile.path_base
     3    diffSkyfile.path_base,
     4    rawExp.camera
    45FROM diffPhotRun
    56JOIN diffRun USING(diff_id)
    67JOIN diffSkyfile USING(diff_id)
     8JOIN diffInputSkyfile USING(diff_id, skycell_id)
     9JOIN warpRun ON warp1 = warp_id -- only JOINing on input warps!
     10JOIN fakeRun USING(fake_id)
     11JOIN camRun USING(cam_id)
     12JOIN chipRun USING(chip_id)
     13JOIN rawExp USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.