IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2007, 4:57:45 PM (19 years ago)
Author:
jhoblitt
Message:

first pass working chiptool -queuerawexp
normalize chipPending[Exp|Imfile] & chipProcessed[Exp|Imfile]

File:
1 edited

Legend:

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

    r12096 r12174  
    55FROM chipPendingImfile
    66JOIN chipPendingExp
    7     USING(exp_tag)
     7    USING(chip_id)
    88JOIN rawExp
    9     USING(exp_tag)
     9    ON chipPendingExp.exp_tag = rawExp.exp_tag
    1010LEFT JOIN chipMask
    1111    ON chipPendingExp.label = chipMask.label
Note: See TracChangeset for help on using the changeset viewer.