IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Add -listrun mode.
Fix handling of magicked bits during update.
Various other changes to the 'list' modes to support the postage stamp server

File:
1 edited

Legend:

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

    r27391 r27738  
    3333    OR
    3434    (chipRun.state = 'update'
    35     AND chipProcessedImfile.data_state = 'update'))
    36 -- // Restriction to prevent the processing of bad chips. Not needed now.
    37 --     AND
    38 --     (rawImfile.class_id != 'XY15' AND
    39 --     rawImfile.class_id != 'XY32' AND
    40 --     rawImfile.class_id != 'XY45')
    41 
     35    AND chipProcessedImfile.data_state = 'update'
     36    AND chipProcessedImfile.fault = 0))
Note: See TracChangeset for help on using the changeset viewer.