IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 3:16:40 PM (19 years ago)
Author:
jhoblitt
Message:

add rawImfile.filelevel

File:
1 edited

Legend:

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

    r12345 r12347  
    11SELECT
    22    rawImfile.*,
    3     rawExp.exp_id,
    4     rawExp.camera,
    5     rawExp.telescope,
    6     rawExp.filelevel,
    7     rawExp.workdir
     3    newExp.exp_id,
     4    newExp.camera,
     5    newExp.telescope
    86FROM rawImfile
    9 JOIN rawExp
     7JOIN newExp
    108    USING(exp_tag)
    119-- bogus conditional so there is a where clause to append to
Note: See TracChangeset for help on using the changeset viewer.