IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41681 for trunk/ippTools/share


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

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

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

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

    r34443 r41681  
    2626           skycell_id,
    2727           filter
    28 ) AS template ON stackRun.filter = template.filter
    29               AND stackRun.tess_id = template.tess_id
    30               AND stackRun.skycell_id = template.skycell_id
     28) AS template ON stackRun.tess_id = template.tess_id
     29              AND stackRun.skycell_id = template.skycell_id
     30              @FILT0_QUERY@  -- include filter constraint if requested
    3131LEFT JOIN (
    3232     SELECT
  • 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.