IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.