IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12779


Ignore:
Timestamp:
Apr 9, 2007, 6:48:46 PM (19 years ago)
Author:
jhoblitt
Message:

add chip_path_base
rename camProcessedExp.path_base -> cam_path_base

File:
1 edited

Legend:

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

    r12739 r12779  
    22    rawImfile.*,
    33    warpInputExp.cam_id,
    4     camProcessedExp.path_base
     4    chipProcessedImfile.path_base as chip_path_base,
     5    camProcessedExp.path_base as cam_path_base
    56FROM warpRun
    67JOIN warpInputExp
     
    1011JOIN chipProcessedExp
    1112    ON camProcessedExp.chip_id = chipProcessedExp.chip_id
     13JOIN chipProcessedImfile
     14    ON camProcessedExp.chip_id = chipProcessedImfile.chip_id
    1215JOIN rawImfile -- is there any reason not to refer back to rawimfiles?
    1316    ON chipProcessedExp.exp_tag = rawImfile.exp_tag
Note: See TracChangeset for help on using the changeset viewer.