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/chiptool_completely_processed_exp.sql

    r18447 r20605  
    1313    end_stage
    1414FROM
    15     (SELECT 
     15    (SELECT
    1616        chipRun.*,
    1717        rawImfile.class_id as rawimfile_class_id,
     
    1919    FROM chipRun
    2020    JOIN rawImfile
    21         USING(exp_id)
     21        ON chipRun.exp_id = rawImfile.exp_id
     22        AND rawImfile.ignored = 0
    2223    LEFT JOIN chipProcessedImfile
    2324        ON chipRun.chip_id = chipProcessedImfile.chip_id
Note: See TracChangeset for help on using the changeset viewer.