IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 4:19:58 PM (17 years ago)
Author:
bills
Message:

changes to make building distribution bundles for camera and fake stages work

File:
1 edited

Legend:

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

    r23722 r23737  
    8484    stage,
    8585    stage_id,
    86     chipProcessedImfile.class_id AS component,
     86    'exposure' AS component,
     87--    chipProcessedImfile.class_id AS component,
    8788    clean,
    8889    rawExp.camera,
    8990    outroot,
    9091    camProcessedExp.path_base,
    91     chipProcessedImfile.path_base as chip_path_base,
     92    NULL as chip_path_base,
    9293    camRun.state,
    9394    NULL,
    9495    camProcessedExp.quality,
    9596    distRun.no_magic,
    96     chipProcessedImfile.magicked
     97    chipRun.magicked
    9798FROM distRun
    9899JOIN camRun ON camRun.cam_id = distRun.stage_id
    99100JOIN camProcessedExp USING(cam_id)
    100101JOIN chipRun USING(chip_id)
    101 JOIN chipProcessedImfile USING(exp_id, chip_id)
    102 JOIN rawExp using(exp_id)
    103 LEFT JOIN distComponent
    104     ON distRun.dist_id = distComponent.dist_id
    105     AND chipProcessedImfile.class_id = distComponent.component
     102-- JOIN chipProcessedImfile USING(exp_id, chip_id)
     103JOIN rawExp using(exp_id)
     104LEFT JOIN distComponent
     105    ON distRun.dist_id = distComponent.dist_id
     106--    AND chipProcessedImfile.class_id = distComponent.component
    106107WHERE
    107108    distRun.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.