IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2010, 2:50:18 PM (16 years ago)
Author:
eugene
Message:

add bothways options to warpstack and stackstack (default is bothways = false); add not-bothways option to warpwarp (default is bothways = true); fix stackstack diff query to correctly handle the rerun case with more than one rerun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ippTools/share/difftool_definestackstack_part1.sql

    r26958 r29324  
    1 SELECT
     1SELECT distinct
    22       stackRun.stack_id,
    33       stackRun.data_group,
     
    99       template.max_stack_id,
    1010       template.template_label,
    11        diffExp.diff_id
     11       count(diffExp.diff_id) as n_diff
    1212FROM stackRun JOIN stackSumSkyfile USING(stack_id)
    1313JOIN (
     
    4545        -- diff where hook %s
    4646        -- input where hook again %s
     47group by stackRun.stack_id,
     48       stackRun.data_group,
     49       stackRun.filter,
     50       stackRun.label,
     51       stackRun.tess_id,
     52       stackRun.skycell_id,
     53       stackSumSkyfile.good_frac,
     54       template.max_stack_id,
     55       template.template_label
    4756ORDER BY stackRun.data_group,stackRun.filter,stackRun.skycell_id
Note: See TracChangeset for help on using the changeset viewer.