IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2008, 3:30:13 PM (18 years ago)
Author:
eugene
Message:

allow for selection based on warp_label or stack_label

File:
1 edited

Legend:

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

    r19458 r19525  
    77    warpsToDiff.tess_id,
    88    warpsToDiff.filter,
     9    stacksForDiff.stack_label,
     10    warpsToDiff.warp_label,
    911    warpsToDiff.good_frac,
    1012    warpsToDiff.diff_id,
     
    2224        warpRun.label,
    2325        filter,
     26        warpRun.label as warp_label,
    2427        diffInputs.diff_id,
    2528        diffInputs.kind,
     
    5053        skycell_id,
    5154        tess_id,
    52         filter
     55        filter,
     56        label as stack_label
    5357    FROM stackRun
    5458    JOIN stackSumSkyfile USING(stack_id)
Note: See TracChangeset for help on using the changeset viewer.