IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2008, 1:51:39 PM (18 years ago)
Author:
Paul Price
Message:

Change to run a subset of a camera seems to work, based on a simtest and a manual run through with one of two rawImfiles with ignored = 1. Merging pap_branch_20081109; no conflicts.

File:
1 edited

Legend:

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

    r19092 r20608  
    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.