Changeset 12226
- Timestamp:
- Mar 5, 2007, 11:55:25 AM (19 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
chiptool_pendingimfile.sql (modified) (1 diff)
-
chiptool_processedimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingimfile.sql
r12215 r12226 1 1 SELECT 2 chipPendingImfile.*, 3 rawExp.exp_tag, 2 chipPendingExp.*, 3 chipPendingImfile.class_id, 4 chipPendingImfile.uri, 4 5 rawExp.exp_id, 5 6 rawExp.camera, 6 rawExp.telescope, 7 rawExp.workdir 7 rawExp.telescope 8 8 FROM chipPendingImfile 9 9 JOIN chipPendingExp -
trunk/ippTools/share/chiptool_processedimfile.sql
r12215 r12226 1 1 SELECT 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, 5 9 rawExp.exp_id, 6 10 rawExp.camera, 7 rawExp.telescope, 8 rawExp.workdir 11 rawExp.telescope 9 12 FROM chipProcessedImfile 13 JOIN chipProcessedExp 14 USING(chip_id) 10 15 JOIN rawExp 11 USING(exp_tag)16 ON chipProcessedExp.exp_tag = rawExp.exp_tag 12 17 WHERE 13 18 -- 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.
