Changeset 33415 for branches/meh_branches/ppstack_test/ippTools/share/camtool_find_pendingimfile.sql
- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/camtool_find_pendingimfile.sql (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTools/share/camtool_find_pendingimfile.sql
- Property svn:mergeinfo changed
r31659 r33415 2 2 camRun.cam_id, 3 3 chipProcessedImfile.*, 4 (IF(exp_time IS NOT NULL AND deteff_magref IS NOT NULL, 5 (2.5 * LOG10(exp_time) + chipProcessedImfile.deteff_magref), NULL)) 4 (IF(rawExp.exp_time IS NOT NULL AND deteff_magref IS NOT NULL, 5 (2.5 * LOG10(rawExp.exp_time) + chipProcessedImfile.deteff_magref), 6 NULL)) 6 7 AS deteff_inst, 7 8 rawExp.exp_name, … … 13 14 USING (chip_id) 14 15 JOIN chipProcessedImfile 15 USING (chip_id )16 USING (chip_id, exp_id) 16 17 JOIN rawExp 17 ON chipProcessedImfile.exp_id = rawExp.exp_id 18 USING(exp_id) 19 JOIN rawImfile 20 USING(exp_id, class_id) 18 21 LEFT JOIN camProcessedExp 19 22 USING(cam_id) … … 22 25 WHERE 23 26 camMask.label IS NULL 27 AND rawImfile.ignored = 0
Note:
See TracChangeset
for help on using the changeset viewer.
