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_pendingimfile.sql

    r12259 r14023  
    44    (SELECT
    55        camPendingExp.*,
    6         chipProcessedExp.exp_tag,
     6        chipProcessedExp.exp_id,
    77        chipProcessedExp.guide_id,
    88        chipProcessedImfile.class_id,
     
    1212        chipProcessedImfile.bg_mean_stdev,
    1313        chipProcessedImfile.path_base,
    14         rawExp.exp_id,
     14        rawExp.exp_name,
    1515        rawExp.camera,
    1616        rawExp.telescope,
     
    2222        USING(chip_id)
    2323    JOIN rawExp
    24         ON chipProcessedExp.exp_tag = rawExp.exp_tag
     24        ON chipProcessedExp.exp_id = rawExp.exp_id
    2525    LEFT JOIN camProcessedExp
    2626        ON camPendingExp.cam_id = camProcessedExp.cam_id
Note: See TracChangeset for help on using the changeset viewer.