IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2008, 5:57:36 PM (18 years ago)
Author:
eugene
Message:

do not join against tess_id

File:
1 edited

Legend:

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

    r19105 r19258  
    55SELECT
    66    skycell_id,
     7    filter,
    78    tess_id,
    8     filter,
    99    num_warp,
    1010    MAX(num_stack) AS num_stack
     
    1313    SELECT
    1414        skycell_id,
    15         warpSkyfile.tess_id,
     15        warpSkyfile.tess_id as tess_id,
    1616        rawExp.filter,
    1717        COUNT(warpSkyfile.skycell_id) AS num_warp -- number of warps that can be stacked
Note: See TracChangeset for help on using the changeset viewer.