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

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