IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2008, 5:22:00 PM (18 years ago)
Author:
bills
Message:

changes to adapt the magic to the re-worked difference stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_081204/ippTools/share/difftool_inputskyfile.sql

    r20903 r20964  
    9292    JOIN stackSumSkyfile
    9393        ON  diffInputSkyfile.stack1 = stackSumSkyfile.stack_id
    94     JOIN stackInputSkyfile
    95         ON diffInputSkyfile.stack1 = stackInputSkyfile.stack_id
    9694    JOIN rawExp
    9795        USING(exp_id)
     
    116114    JOIN stackSumSkyfile
    117115        ON  diffInputSkyfile.stack2 = stackSumSkyfile.stack_id
    118     JOIN stackInputSkyfile
    119         ON diffInputSkyfile.stack2 = stackInputSkyfile.stack_id
    120116    JOIN rawExp
    121117        USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.