IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2009, 9:58:00 AM (17 years ago)
Author:
bills
Message:

add *Run.workdir to the listing modes. This will be used by the distribution server to
make the manifest file

File:
1 edited

Legend:

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

    r20608 r24112  
    11SELECT
    22    rawImfile.*,
     3    rawExp.workdir,
    34    newExp.tmp_exp_name,
    45    newExp.tmp_camera,
    56    newExp.tmp_telescope
    67FROM rawImfile
     8JOIN rawExp
     9    USING(exp_id)
    710JOIN newExp
    811    USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.