IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2010, 12:39:06 PM (16 years ago)
Author:
watersc1
Message:

forgot the sql files.

File:
1 edited

Legend:

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

    r26958 r29667  
    2222           stackRun.state = 'full' AND
    2323           stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0
    24            -- template where hook %s
     24           @STACK2_QUERY@ -- template condition
    2525     GROUP BY
    2626           skycell_id,
     
    3838          JOIN stackSumSkyfile USING(stack_id)
    3939          WHERE 1
    40           -- input where hook %s
     40          @STACK1_QUERY@ -- input condition
    4141) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id
    4242WHERE
    4343        stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0
    44         -- diff where hook %s
    45         -- input where hook again %s
     44        @DIFF0_QUERY@  -- diff constraint
     45        @STACK1_QUERY@ -- input constraint
    4646ORDER BY stackRun.data_group,stackRun.filter
Note: See TracChangeset for help on using the changeset viewer.