IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32710


Ignore:
Timestamp:
Nov 18, 2011, 2:33:52 PM (15 years ago)
Author:
bills
Message:

Don't try and distribute raw files that have been ignored

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

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

    r31236 r32710  
    4343    -- AND (rawExp.magicked OR distRun.no_magic)
    4444    AND rawExp.magicked
     45    AND rawImfile.ignored = 0
    4546    -- need to have magicked the chip image which makes the camera mask
    4647    AND chipProcessedImfile.magicked != 0
     
    8687    AND distComponent.dist_id IS NULL
    8788    AND (distRun.no_magic)
     89    AND rawImfile.ignored = 0
    8890    AND (Label.active OR Label.active IS NULL)
    8991UNION
     
    131133    AND chipProcessedImfile.magicked != 0
    132134    AND camRun.magicked > 0
     135    AND rawImfile.ignored = 0
    133136    AND (Label.active OR Label.active IS NULL)
    134137UNION
  • trunk/ippTools/share/disttool_toadvance.sql

    r28959 r32710  
    2626        AND distRun.fault = 0
    2727        AND distRun.stage = 'raw'
     28        AND rawImfile.ignored = 0
    2829    GROUP BY
    2930        distRun.dist_id,
Note: See TracChangeset for help on using the changeset viewer.