IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23381 for trunk/ippTools/share


Ignore:
Timestamp:
Mar 18, 2009, 10:10:16 AM (17 years ago)
Author:
bills
Message:

add chipRun.magicked

File:
1 edited

Legend:

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

    r20608 r23381  
    1111    dvodb,
    1212    tess_id,
    13     end_stage
     13    end_stage,
     14    all_files_magicked as magicked
    1415FROM
    1516    (SELECT
    1617        chipRun.*,
    1718        rawImfile.class_id as rawimfile_class_id,
    18         chipProcessedImfile.class_id
     19        chipProcessedImfile.class_id,
     20        SUM(!chipProcessedImfile.magicked) = 0 as all_files_magicked
    1921    FROM chipRun
    2022    JOIN rawImfile
Note: See TracChangeset for help on using the changeset viewer.