Changes between Version 71 and Version 72 of DatabaseBasedAnalysis


Ignore:
Timestamp:
08/06/18 16:08:12 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v71 v72  
    636636                    /* Table6 */
    637637                    SELECT
    638                         Weight, Leakage1, Dist, WL, LX,
    639                         M3Long*Sign*0.0117193246260285378    AS M3L,
     638                        Weight, Leakage1, WL, LX,
     639                        Norm          *0.0117193246260285378 AS Dist,
     640                        M3Long   *Sign*0.0117193246260285378 AS M3L,
    640641                        SlopeLong*Sign/0.0117193246260285378 AS Slope
    641642                    FROM
     
    643644                        /* Table5 */
    644645                        SELECT
    645                             Weight, M3Long, SlopeLong, Leakage1, Dist, WL, LX,
     646                            Weight, M3Long, SlopeLong, Leakage1, Norm, WL, LX,
    646647                            ASIN(LX) AS Alpha,
    647648                            SIGN(LY) AS Sign
     
    650651                            /* Table4 */
    651652                            SELECT
    652                                 Weight, M3Long, SlopeLong, Leakage1, Dist, WL,
     653                                Weight, M3Long, SlopeLong, Leakage1, Norm, WL,
    653654                                TRUNCATE((CosDelta*DY - SinDelta*DX)/Norm, 6) AS LX,
    654655                                TRUNCATE((CosDelta*DX + SinDelta*DY)/Norm, 6) AS LY
     
    658659                                SELECT
    659660                                    Weight, CosDelta, SinDelta, DX, DY, M3Long, SlopeLong, Leakage1, WL,
    660                                     SQRT(DX*DX + DY*DY)                       AS Norm,
    661                                     SQRT(DX*DX + DY*DY)*0.0117193246260285378 AS Dist
     661                                    SQRT(DX*DX + DY*DY) AS Norm
    662662                                FROM
    663663                                (
     
    753753This new query results in
    754754{{{
    755 Execution time: 14.9965s
     755Execution time: 14.815s
    756756}}}
    757757