IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:28:22 AM (16 years ago)
Author:
bills
Message:

process imfile if
(chipRun.state = 'full' OR (chipRun.state = 'update' and chipProcessedImfile.data_state = 'full'))

File:
1 edited

Legend:

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

    r27358 r27747  
    3333    magicDSRun.state = 'new'
    3434    AND magicDSRun.stage = 'chip'
    35     AND chipRun.state = 'full'
     35    AND (chipRun.state = 'full' OR (chipRun.state = 'update' and chipProcessedImfile.data_state = 'full'))
    3636    AND chipProcessedImfile.fault = 0
    3737    AND chipProcessedImfile.quality = 0
Note: See TracChangeset for help on using the changeset viewer.