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

    r13827 r14023  
    1414    ON camProcessedExp.chip_id = chipProcessedImfile.chip_id
    1515JOIN rawImfile -- is there any reason not to refer back to rawimfiles?
    16     ON chipProcessedExp.exp_tag = rawImfile.exp_tag
     16    ON chipProcessedExp.exp_id = rawImfile.exp_id
    1717WHERE
    1818    warpRun.state = 'run'
Note: See TracChangeset for help on using the changeset viewer.