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

    r19092 r20605  
    1313    epoch
    1414FROM
    15     (SELECT 
     15    (SELECT
    1616        fakeRun.*,
    1717        rawImfile.class_id as rawimfile_class_id,
     
    2525        USING(exp_id)
    2626    JOIN rawImfile
    27         USING(exp_id)
     27        ON rawImfile.exp_id = rawExp.exp_id
     28        AND rawImfile.ignored = 0
    2829    LEFT JOIN fakeProcessedImfile
    2930        ON fakeRun.fake_id = fakeProcessedImfile.fake_id
Note: See TracChangeset for help on using the changeset viewer.