Changeset 24336 for trunk/ippScripts/scripts/ipp_serial_mops.pl
- Timestamp:
- Jun 4, 2009, 8:17:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_mops.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_mops.pl
r24271 r24336 80 80 MAX(diffWarps.diff_id) AS diff_id, 81 81 -- The following trick pulls out the appropriate values for the maximum diff_id 82 SUBSTRING_INDEX(GROUP_CONCAT(cam ProcessedExp.zpt_obs ORDER BY diffWarps.diff_id), ',', 1) AS zpt_obs,82 SUBSTRING_INDEX(GROUP_CONCAT(camTemplate.zpt_obs ORDER BY diffWarps.diff_id), ',', 1) AS zpt_obs, 83 83 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(diffWarps.inverse ORDER BY diffWarps.diff_id), ',', 1), UNSIGNED) AS inverse 84 84 FROM ( … … 87 87 diffRun.diff_id, 88 88 warp1 AS warp_id, 89 warp1 AS template_warp, 89 90 0 AS inverse 90 91 FROM diffRun … … 99 100 diffRun.diff_id, 100 101 warp2 AS warp_id, 102 warp1 AS template_warp, 101 103 1 AS inverse 102 104 FROM diffRun … … 111 113 JOIN fakeRun USING(fake_id) 112 114 JOIN camRun USING(cam_id) 113 JOIN camProcessedExp USING(cam_id)114 115 JOIN chipRun USING(chip_id) 115 116 JOIN rawExp USING(exp_id) 117 JOIN warpRun AS warpTemplate ON warpTemplate.warp_id = diffWarps.template_warp 118 JOIN fakeRun AS fakeTemplate ON fakeTemplate.fake_id = warpTemplate.fake_id 119 JOIN camProcessedExp AS camTemplate ON camTemplate.cam_id = fakeTemplate.cam_id 116 120 WHERE rawExp.camera = '$camera' 117 121 GROUP BY exp_id;";
Note:
See TracChangeset
for help on using the changeset viewer.
