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

    r12259 r14023  
    77    chipProcessedImfile.bg_mean_stdev,
    88    chipProcessedImfile.path_base,
    9     rawExp.exp_id,
     9    rawExp.exp_name,
    1010    rawExp.camera,
    1111    rawExp.telescope,
     
    1515    USING(chip_id)
    1616JOIN rawExp
    17     ON chipProcessedExp.exp_tag = rawExp.exp_tag
     17    ON chipProcessedExp.exp_id = rawExp.exp_id
    1818WHERE
    1919-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
    20     chipProcessedImfile.exp_tag is NOT NULL
     20    chipProcessedImfile.exp_id is NOT NULL
    2121
Note: See TracChangeset for help on using the changeset viewer.