- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/difftool_definewarpwarp_select.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/difftool_definewarpwarp_select.sql
r27576 r28003 3 3 inputWarpRun.tess_id AS tess_id, 4 4 inputRawExp.exp_id AS input_exp_id, 5 inputWarpRun.data_group AS input_data_group, 5 6 -- The following trick pulls out the warp_id that has the smallest distance 6 7 SUBSTRING_INDEX(GROUP_CONCAT(templateWarpRun.warp_id ORDER BY ABS(ASIN(SQRT(POW(SIN(0.5*(inputRawExp.decl - templateRawExp.decl)),2) + COS(inputRawExp.decl) * COS(templateRawExp.decl) * POW(SIN(0.5*(inputRawExp.ra - templateRawExp.ra)),2))))), ',', 1) AS template_warp_id
Note:
See TracChangeset
for help on using the changeset viewer.
