IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26751


Ignore:
Timestamp:
Feb 1, 2010, 3:04:34 PM (16 years ago)
Author:
eugene
Message:

example of exclusion for certain chips

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTools/share/chiptool_pendingimfile.sql

    r23543 r26751  
    3434    (chipRun.state = 'update'
    3535    AND chipProcessedImfile.data_state = 'cleaned'))
     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
Note: See TracChangeset for help on using the changeset viewer.