IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30238


Ignore:
Timestamp:
Jan 12, 2011, 11:10:02 AM (15 years ago)
Author:
bills
Message:

Allow camera run to be destreaked if chipRun is cleaned but was magicked.

File:
1 edited

Legend:

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

    r29561 r30238  
    3838    AND magicDSRun.stage = 'camera'
    3939    AND camRun.state = 'full'
    40     AND chipRun.state = 'full'
    41     AND chipRun.magicked
     40    AND ((chipRun.state = 'full' AND chipRun.magicked > 0)
     41         OR (chipRun.state = 'cleaned' AND chipRun.magicked < 0))
    4242    AND camProcessedExp.fault = 0
    4343    AND camProcessedExp.quality = 0
Note: See TracChangeset for help on using the changeset viewer.