IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32594 for trunk/ippTools


Ignore:
Timestamp:
Oct 28, 2011, 1:50:18 PM (15 years ago)
Author:
bills
Message:

in camtool -pendingimfile only output chips whose rawImfile is not ignored.
This handles the case where we discover a lost rawImfile because chip processing
has failed, ignore it, without deleting the faulted chipProcessedImfile

File:
1 edited

Legend:

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

    r32352 r32594  
    1313    USING (chip_id)
    1414JOIN chipProcessedImfile
    15     USING (chip_id)
     15    USING (chip_id, exp_id)
    1616JOIN rawExp
    17   ON chipProcessedImfile.exp_id = rawExp.exp_id
     17    USING(exp_id)
     18JOIN rawImfile
     19    USING(exp_id, class_id, exp_time)
    1820LEFT JOIN camProcessedExp
    1921    USING(cam_id)
     
    2224WHERE
    2325    camMask.label IS NULL
     26    AND rawImfile.ignored = 0
Note: See TracChangeset for help on using the changeset viewer.