IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2008, 12:04:31 PM (18 years ago)
Author:
jhoblitt
Message:

stacktool -definebyquery fixes

File:
1 edited

Legend:

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

    r16687 r16688  
    1616    WHERE
    1717        warpRun.state = 'stop'
    18     GROUP BY
    19         warp_id
     18-- It seems like we should be grouping the results here but in fact we don't
     19-- want to do that as each warp_id may contain multiple skycells.  So a warp_id
     20-- may end up in more than one stackRun (for different skycells)
     21--    GROUP BY
     22--        warp_id
    2023
Note: See TracChangeset for help on using the changeset viewer.