IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2008, 12:09:21 PM (18 years ago)
Author:
Paul Price
Message:

Allowing chips (class_id) to be ignored in all stages following registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20081109/ippTools/share/warptool_imfile.sql

    r19092 r20605  
    1919JOIN rawImfile -- is there any reason not to refer back to rawimfiles?
    2020    ON chipProcessedImfile.exp_id = rawImfile.exp_id
    21     AND chipProcessedImfile.class_id = rawImfile.class_id
     21    AND chipProcessedImfile.class_id = rawImfile.class_id
     22    AND rawImfile.ignored = 0
    2223WHERE
    2324    warpRun.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.