IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2008, 1:01:47 PM (18 years ago)
Author:
Paul Price
Message:

Fixing buggy query to get list of warps and stacks. It would return a row for every stack that exists, rather than a row for every skycell/filter combination. Completely re-crafted the query so that it returns a single row for each skycell/filter combination, with the number of warps available to be stacked and the number of warps in the biggest stack. It's a bit complicated, and I'm not entirely sure it's 100% correct, but it seems to work on the simtest (though that's only a single skycell).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r18574 r18579  
    108108        regtool_revertprocessedexp.sql \
    109109        regtool_revertprocessedimfile.sql \
    110         stacktool_definebyquery_select.sql \
    111         stacktool_definebyquery_groupby.sql \
     110        stacktool_definebyquery_part1.sql \
     111        stacktool_definebyquery_part2.sql \
    112112        stacktool_definebyquery_insert.sql \
    113113        stacktool_definebyquery_insert_random.sql \
Note: See TracChangeset for help on using the changeset viewer.