IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21088


Ignore:
Timestamp:
Jan 6, 2009, 10:03:39 AM (17 years ago)
Author:
bills
Message:

in -diffskyfile mode need to join using skycell_id as well as diff_id now

File:
1 edited

Legend:

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

    r21003 r21088  
    1111    USING(diff_id)
    1212JOIN diffInputSkyfile
    13     ON diffInputSkyfile.diff_id = diffRun.diff_id
     13    USING (diff_id, skycell_id)
    1414JOIN warpRun
    1515    ON warpRun.warp_id = diffInputSkyfile.warp1
Note: See TracChangeset for help on using the changeset viewer.