Changeset 24268 for trunk/ippScripts/scripts
- Timestamp:
- May 27, 2009, 5:18:20 PM (17 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
ipp_serial_mops.pl (modified) (1 diff)
-
ipp_serial_mops_warps.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_mops.pl
r24254 r24268 78 78 SELECT 79 79 rawExp.exp_id, 80 camProcessedExp.zpt_obs,81 80 MAX(diffWarps.diff_id) AS diff_id, 82 -- The following trick pulls out the 'inverse' value for the maximum diff_id 81 -- The following trick pulls out the appropriate values for the maximum diff_id 82 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(camProcessedExp.zpt_obs ORDER BY diffWarps.diff_id), ',', 1), UNSIGNED) AS zpt_obs, 83 83 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(diffWarps.inverse ORDER BY diffWarps.diff_id), ',', 1), UNSIGNED) AS inverse 84 84 FROM ( -
trunk/ippScripts/scripts/ipp_serial_mops_warps.pl
r24267 r24268 78 78 SELECT 79 79 rawExp.exp_id, 80 camProcessedExp.zpt_obs, 81 MAX(warpRun.warp_id) AS warp_id 80 MAX(warpRun.warp_id) AS warp_id, 81 -- The following trick pulls out the 'zpt_obs' value for the maximum warp_id 82 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(camProcessedExp.zpt_obs ORDER BY warpRun.warp_id), ',', 1), UNSIGNED) AS zpt_obs 82 83 FROM warpRun 83 84 JOIN fakeRun USING(fake_id)
Note:
See TracChangeset
for help on using the changeset viewer.
