IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32709


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

for raw distribution handle rawImfiles that are ignored.
remove space character after continuation line in Makefile.am

Location:
tags/ipp-20111110/ippTools/share
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20111110/ippTools/share/Makefile.am

    r32702 r32709  
    423423        laptool_definerun.sql \
    424424        laptool_exposures.sql \
    425         laptool_inactiveexp.sql \ 
     425        laptool_inactiveexp.sql \
    426426        laptool_listsequence.sql \
    427427        laptool_pendingchipexp.sql \
  • tags/ipp-20111110/ippTools/share/disttool_pending_raw.sql

    r31236 r32709  
    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
  • tags/ipp-20111110/ippTools/share/disttool_toadvance.sql

    r28959 r32709  
    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.