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_part1.sql

    r29553 r29667  
    2323           stackRun.state = 'full' AND
    2424           stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0
    25            -- template where hook %s
     25           @STACK2_QUERY@ -- template constraint
    2626     GROUP BY
    2727           skycell_id,
     
    3939          JOIN stackSumSkyfile USING(stack_id)
    4040          WHERE 1
    41           -- input where hook %s
     41          @STACK1_QUERY@ -- input constraint
    4242) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id
    4343WHERE
    4444        stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0
    45         -- diff where hook %s
    46         -- input where hook again %s
     45        @STACK1_QUERY@ -- input constraint
    4746group by stackRun.stack_id,
    4847       stackRun.data_group,
     
    5453       template.max_stack_id,
    5554       template.template_label
     55       @DIFF1_QUERY@  -- diff constraint
    5656ORDER BY stackRun.data_group,stackRun.filter,stackRun.skycell_id
Note: See TracChangeset for help on using the changeset viewer.