IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2021, 8:35:25 AM (5 years ago)
Author:
eugene
Message:

allow cross-filter stack-stack diffs with -relaxed-filters

File:
1 edited

Legend:

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

    r34443 r41681  
    2727           skycell_id,
    2828           filter
    29 ) AS template ON stackRun.filter = template.filter
    30               AND stackRun.tess_id = template.tess_id
     29) AS template ON stackRun.tess_id = template.tess_id
    3130              AND stackRun.skycell_id = template.skycell_id
     31              @FILT1_QUERY@  -- include filter constraint if requested
    3232LEFT JOIN (
    3333     SELECT
Note: See TracChangeset for help on using the changeset viewer.