IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20694


Ignore:
Timestamp:
Nov 11, 2008, 2:57:39 PM (17 years ago)
Author:
bills
Message:

added joins to allow selecting diffskfyiles by the warps that went into
them

File:
1 edited

Legend:

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

    r20071 r20694  
    1818    ON diffInputSkyfile.diff_id = diffRun.diff_id
    1919    AND diffInputSkyfile.template = 0
     20JOIN warpRun
     21    USING(warp_id)
     22JOIN fakeRun
     23    USING(fake_id)
     24JOIN camRun
     25    USING(cam_id)
     26JOIN chipRun
     27    USING(chip_id)
     28JOIN rawExp
     29    USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.