IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 5:41:11 PM (19 years ago)
Author:
jhoblitt
Message:

split detselect SQL out into their own files
add rawExp.filelevel field

File:
1 edited

Legend:

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

    r12086 r12259  
    11SELECT
    2     *
     2    rawImfile.*
     3    rawExp.exp_id,
     4    rawExp.camera,
     5    rawExp.telescope,
     6    rawExp.filelevel,
     7    rawExp.workdir
    38FROM rawImfile
     9JOIN rawExp
     10    USING(exp_tag)
    411-- bogus conditional so there is a where clause to append to
    512WHERE rawImfile.exp_tag is NOT NULL
Note: See TracChangeset for help on using the changeset viewer.