IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30272


Ignore:
Timestamp:
Jan 13, 2011, 9:17:57 AM (15 years ago)
Author:
bills
Message:

Since camera mask files are destreaked during the chip stage magicDSRun we cannot
distribute camera runs until the chipRun has been destreaked. However those files
are not cleaned up when the chipRun is so we only need to insure that the chipRun
has ever been destreaked. So require chipRun.magicked != 0 instead of > 0

File:
1 edited

Legend:

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

    r29509 r30272  
    3030    AND distRun.stage = 'camera'
    3131    AND distComponent.dist_id IS NULL
    32     AND (((clean OR (chipRun.magicked > 0)) AND (camRun.magicked > 0)) OR distRun.no_magic)
     32    AND (((clean OR (chipRun.magicked != 0)) AND (camRun.magicked > 0)) OR distRun.no_magic)
    3333    AND (camRun.state = 'full' OR (distRun.clean AND camRun.state = 'cleaned'))
Note: See TracChangeset for help on using the changeset viewer.