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/regtool_processedimfile.sql

    r12347 r14023  
    11SELECT
    22    rawImfile.*,
    3     newExp.exp_id,
     3    newExp.exp_name,
    44    newExp.camera,
    55    newExp.telescope
    66FROM rawImfile
    77JOIN newExp
    8     USING(exp_tag)
     8    USING(exp_id)
    99-- bogus conditional so there is a where clause to append to
    10 WHERE rawImfile.exp_tag is NOT NULL
     10WHERE rawImfile.exp_id is NOT NULL
Note: See TracChangeset for help on using the changeset viewer.