IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25048


Ignore:
Timestamp:
Aug 10, 2009, 5:47:21 PM (17 years ago)
Author:
Paul Price
Message:

I think the GROUP BY means we need the warp_id for each diff in order
to get the correct number of skycells when the diff already exists for
an exposure.

File:
1 edited

Legend:

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

    r24572 r25048  
    1515    SELECT DISTINCT
    1616        diffRun.*,
     17        warp_id,
    1718        exp_id
    1819    FROM diffRun
     
    2425    JOIN chipRun USING(chip_id)
    2526    WHERE warp1 IS NOT NULL
    26 ) AS diffExp USING(exp_id)
     27) AS diffExp USING(exp_id, warp_id)
    2728WHERE
    2829    warpSkyfile.fault = 0
Note: See TracChangeset for help on using the changeset viewer.