IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 7:55:19 PM (18 years ago)
Author:
Paul Price
Message:

Completely reworking stacktool -definebyquery in order to support automation of stacks. The processing (choosing the inputs) is all done in the database now. One call is made to get a list of skycells that should have new stacks made, and then additional calls are made to populate those. Selection of random subsets is now implemented (looks like it was commented out before), again with the processing in the database. Added new options that allow new stack runs to be triggered based on the number of new inputs (warps that haven't gone into a stack for that skycell). This allows it to be called over and over, only producing a new stack when it makes sense to do so (i.e., suitable for automation). Have made some informal tests, and seems to work.

File:
1 edited

Legend:

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

    r18561 r18574  
    108108        regtool_revertprocessedexp.sql \
    109109        regtool_revertprocessedimfile.sql \
    110         stacktool_find_complete_warps.sql \
     110        stacktool_definebyquery_select.sql \
     111        stacktool_definebyquery_groupby.sql \
     112        stacktool_definebyquery_insert.sql \
     113        stacktool_definebyquery_insert_random.sql \
    111114        stacktool_inputskyfile.sql \
    112115        stacktool_revertsumskyfile.sql \
Note: See TracChangeset for help on using the changeset viewer.