IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 11:55:25 AM (19 years ago)
Author:
jhoblitt
Message:

add additional information to the output of chiptool -pendingimfile & -processedexp

File:
1 edited

Legend:

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

    r12215 r12226  
    11SELECT
    2     chipProcessedImfile.*,
    3     rawExp.camera,
    4     rawExp.exp_tag,
     2    chipProcessedExp.*,
     3    chipProcessedImfile.class_id,
     4    chipProcessedImfile.uri,
     5    chipProcessedImfile.bg,
     6    chipProcessedImfile.bg_stdev,
     7    chipProcessedImfile.bg_mean_stdev,
     8    chipProcessedImfile.path_base,
    59    rawExp.exp_id,
    610    rawExp.camera,
    7     rawExp.telescope,
    8     rawExp.workdir
     11    rawExp.telescope
    912FROM chipProcessedImfile
     13JOIN chipProcessedExp
     14    USING(chip_id)
    1015JOIN rawExp
    11     USING(exp_tag)
     16    ON chipProcessedExp.exp_tag = rawExp.exp_tag
    1217WHERE
    1318-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
Note: See TracChangeset for help on using the changeset viewer.