IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32696 for trunk/ippTools/share


Ignore:
Timestamp:
Nov 17, 2011, 2:20:59 PM (15 years ago)
Author:
bills
Message:

Correctly create distRuns for static sky runs.
For multi filter runs require a distTarget with filter = 'multi'.
Single filter runs are queued with new parameter -singlefilter

Location:
trunk/ippTools/share
Files:
1 added
2 edited

Legend:

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

    r32573 r32696  
    181181        disttool_definebyquery_raw_no_magic.sql \
    182182        disttool_definebyquery_sky.sql \
     183        disttool_definebyquery_sky_singlefilter.sql \
    183184        disttool_definebyquery_stack.sql \
    184185        disttool_definebyquery_warp.sql \
  • trunk/ippTools/share/disttool_definebyquery_sky.sql

    r28959 r32696  
    2222WHERE  distTarget.state = 'enabled'
    2323    AND rcInterest.state = 'enabled'
     24    AND distTarget.filter = 'multi'
    2425    AND distRun.dist_id IS NULL
    2526    AND ((staticskyRun.state = 'full') OR (distTarget.clean AND staticskyRun.state = 'cleaned'))
Note: See TracChangeset for help on using the changeset viewer.