IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 3:16:08 PM (19 years ago)
Author:
jhoblitt
Message:

rename exp_id -> exp_name
rename exp_tag -> exp_id
add add rawExp.exp_tag for use as an external name only

File:
1 edited

Legend:

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

    r14018 r14023  
    44SELECT
    55    camRun.*,
    6     rawExp.exp_tag,
    76    rawExp.exp_id,
     7    rawExp.exp_name,
    88    rawExp.camera,
    99    rawExp.telescope,
     
    1515    USING(chip_id)
    1616JOIN rawExp
    17     ON chipProcessedImfile.exp_tag = rawExp.exp_tag
     17    ON chipProcessedImfile.exp_id = rawExp.exp_id
    1818LEFT JOIN camProcessedExp
    1919    ON camRun.cam_id = camProcessedExp.cam_id
Note: See TracChangeset for help on using the changeset viewer.