IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18023


Ignore:
Timestamp:
Jun 9, 2008, 11:24:03 AM (18 years ago)
Author:
eugene
Message:

need cam_path_base and chip_path_base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/faketool/ippTools/share/faketool_pendingimfile.sql

    r17939 r18023  
    2121        chipProcessedImfile.n_cr,
    2222        chipProcessedImfile.n_astrom,
    23         chipProcessedImfile.path_base,
     23        chipProcessedImfile.path_base as chip_path_base,
     24        camProcessedExp.path_base as cam_path_base,
    2425        rawExp.exp_name,
    2526        rawExp.camera,
     
    2829    FROM fakeRun
    2930    JOIN camRun
     31        USING(cam_id)
     32    JOIN camProcessedExp
    3033        USING(cam_id)
    3134    JOIN chipRun
Note: See TracChangeset for help on using the changeset viewer.