IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2008, 3:06:02 PM (18 years ago)
Author:
jhoblitt
Message:

require ippdb 1.1.31
remove warpInputExp table
remove warptool -runone & -addinputexp modes
add -cam_id & -magiced options to warptool -definerun

File:
1 edited

Legend:

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

    r14698 r16733  
    11SELECT DISTINCT
    22    rawImfile.*,
    3     warpInputExp.cam_id,
     3    warpRun.cam_id,
    44    chipProcessedImfile.uri as chip_uri,
    55    chipProcessedImfile.path_base as chip_path_base,
    66    camProcessedExp.path_base as cam_path_base
    77FROM warpRun
    8 JOIN warpInputExp
    9     USING(warp_id)
    108JOIN camProcessedExp
    11     ON warpInputExp.cam_id = camProcessedExp.cam_id
     9    USING(cam_id)
    1210JOIN chipRun
    1311    ON camProcessedExp.chip_id = chipRun.chip_id
Note: See TracChangeset for help on using the changeset viewer.