Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f7cc76c9 authored by Martin Dippold's avatar Martin Dippold
Browse files

Merge pull request #10 in VECTO/vecto-cse from ~EMDIPPOMA/vecto-cse:master to master

* commit '2943fade':
  * Change of the output formats
  * Update Demo Data
  * Update Demo data
parents f7d87a0b 2943fade
No related branches found
No related tags found
No related merge requests found
...@@ -32,16 +32,13 @@ ...@@ -32,16 +32,13 @@
FileOut.OpenWrite(NameOutFile, , False) FileOut.OpenWrite(NameOutFile, , False)
' Filekopf ' Filekopf
FileOut.WriteLine("Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate) FileOut.WriteLine("# Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate)
FileOut.WriteLine("Datafile: ", Datafile) FileOut.WriteLine("# Datafile: ", Datafile)
FileOut.WriteLine("") FileOut.WriteLine("#")
' Write the head ' Write the head and units
FileOut.WriteLine(ErgHead("InputData") + "," + ErgHead("CalcData")) FileOut.WriteLine(ErgHead("InputData") + "," + ErgHead("CalcData"))
' Write the units
FileOut.WriteLine(ErgUnits("InputData") + "," + ErgUnits("CalcData"))
' Write the data ' Write the data
For i = 0 To InputData.Item(tComp.t).Count - 1 For i = 0 To InputData.Item(tComp.t).Count - 1
For Each key In ErgEntryListI For Each key In ErgEntryListI
......
...@@ -44,16 +44,13 @@ ...@@ -44,16 +44,13 @@
FileOut.OpenWrite(NameOutFile, , False) FileOut.OpenWrite(NameOutFile, , False)
' Filekopf ' Filekopf
FileOut.WriteLine("Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate) FileOut.WriteLine("# Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate)
FileOut.WriteLine("Datafile: ", Datafile) FileOut.WriteLine("# Datafile: ", Datafile)
FileOut.WriteLine("") FileOut.WriteLine("#")
' Write the head ' Write the head and units
FileOut.WriteLine(ErgHead("InputData") + "," + ErgHead("InputUndefData") + "," + ErgHead("CalcData")) FileOut.WriteLine(ErgHead("InputData") + "," + ErgHead("InputUndefData") + "," + ErgHead("CalcData"))
' Write the units
FileOut.WriteLine(ErgUnits("InputData") + "," + ErgUnits("InputUndefData") + "," + ErgUnits("CalcData"))
' Write the data ' Write the data
For i = 0 To InputData.Item(tComp.t).Count - 1 For i = 0 To InputData.Item(tComp.t).Count - 1
For Each key In ErgEntryListI For Each key In ErgEntryListI
...@@ -120,28 +117,25 @@ ...@@ -120,28 +117,25 @@
FileOut.OpenWrite(NameOutFile, , False) FileOut.OpenWrite(NameOutFile, , False)
' Filekopf ' Filekopf
FileOut.WriteLine("Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate) FileOut.WriteLine("# Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate)
If calibration Then If calibration Then
FileOut.WriteLine("Datafile: ", Job.calib_run_fpath) FileOut.WriteLine("# Datafile: ", Job.calib_run_fpath)
Else Else
FileOut.WriteLine("Datafile LS1: ", coasting_fpaths(0)) FileOut.WriteLine("# Datafile LS1: ", coasting_fpaths(0))
FileOut.WriteLine("Datafile HS: ", coasting_fpaths(1)) FileOut.WriteLine("# Datafile HS: ", coasting_fpaths(1))
FileOut.WriteLine("Datafile LS2: ", coasting_fpaths(2)) FileOut.WriteLine("# Datafile LS2: ", coasting_fpaths(2))
End If End If
FileOut.WriteLine("") FileOut.WriteLine("#")
FileOut.WriteLine("Results") FileOut.WriteLine("# Results")
FileOut.WriteLine("fv_veh:", fv_veh) FileOut.WriteLine("# fv_veh:", fv_veh)
FileOut.WriteLine("fv_veh_opt2:", fv_veh_opt2) FileOut.WriteLine("# fv_veh_opt2:", fv_veh_opt2)
FileOut.WriteLine("fv_pe:", fv_pe) FileOut.WriteLine("# fv_pe:", fv_pe)
FileOut.WriteLine("beta_ame:", beta_ame) FileOut.WriteLine("# beta_ame:", beta_ame)
FileOut.WriteLine("") FileOut.WriteLine("#")
' Write the head ' Write the head and units
FileOut.WriteLine(ErgHead("ErgValues") + "," + ErgHead("ErgValuesUndef")) FileOut.WriteLine(ErgHead("ErgValues") + "," + ErgHead("ErgValuesUndef"))
' Write the units
FileOut.WriteLine(ErgUnits("ErgValues") + "," + ErgUnits("ErgValuesUndef"))
' Write the data ' Write the data
If calibration Then If calibration Then
For i = 0 To ErgValues.Item(tCompErg.SecID).Count - 1 For i = 0 To ErgValues.Item(tCompErg.SecID).Count - 1
...@@ -217,48 +211,45 @@ ...@@ -217,48 +211,45 @@
FileOut.OpenWrite(NameOutFile, , False) FileOut.OpenWrite(NameOutFile, , False)
' Filekopf ' Filekopf
FileOut.WriteLine("Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate) FileOut.WriteLine("# Resultfile Programm " & AppName & " " & AppVers & " Comp " & AppDate)
FileOut.WriteLine("Datafile LS1: ", coasting_fpaths(0)) FileOut.WriteLine("# Datafile LS1: ", coasting_fpaths(0))
FileOut.WriteLine("Datafile HS: ", coasting_fpaths(1)) FileOut.WriteLine("# Datafile HS: ", coasting_fpaths(1))
FileOut.WriteLine("Datafile LS2: ", coasting_fpaths(2)) FileOut.WriteLine("# Datafile LS2: ", coasting_fpaths(2))
FileOut.WriteLine("") FileOut.WriteLine("#")
FileOut.WriteLine("Results") FileOut.WriteLine("# Results")
FileOut.WriteLine("fv_veh:", fv_veh, "[-] calibration factor for vehicle speed") FileOut.WriteLine("# fv_veh:", fv_veh, "[-] calibration factor for vehicle speed")
FileOut.WriteLine("fv_veh_opt2:", fv_veh_opt2, "[-] calibration factor for vehicle speed (option2, only if (D)GPS option is used)") FileOut.WriteLine("# fv_veh_opt2:", fv_veh_opt2, "[-] calibration factor for vehicle speed (option2, only if (D)GPS option is used)")
FileOut.WriteLine("fv_pe:", fv_pe, "[-] calibration factor for air speed (position error)") FileOut.WriteLine("# fv_pe:", fv_pe, "[-] calibration factor for air speed (position error)")
FileOut.WriteLine("fa_pe:", fa_pe, "[-] position error correction factor for measured air inflow angle (beta)") FileOut.WriteLine("# fa_pe:", fa_pe, "[-] position error correction factor for measured air inflow angle (beta)")
FileOut.WriteLine("beta_ame:", beta_ame, "[°] calibration factor for beta (misalignment)") FileOut.WriteLine("# beta_ame:", beta_ame, "[°] calibration factor for beta (misalignment)")
FileOut.WriteLine("CdxA:", CdxA, "[m²] average CdxA before yaw angle correction") FileOut.WriteLine("# CdxA:", CdxA, "[m²] average CdxA before yaw angle correction")
FileOut.WriteLine("beta:", beta, "[°] average absolute yaw angle from high speed tests") FileOut.WriteLine("# beta:", beta, "[°] average absolute yaw angle from high speed tests")
FileOut.WriteLine("delta_CdxA:", delta_CdxA, "[m²] correction of CdxA for yaw angle") FileOut.WriteLine("# delta_CdxA:", delta_CdxA, "[m²] correction of CdxA for yaw angle")
FileOut.WriteLine("CdxA(0):", CdxA0, "[m²] average CdxA for zero yaw angle") FileOut.WriteLine("# CdxA(0):", CdxA0, "[m²] average CdxA for zero yaw angle")
FileOut.WriteLine("CdxA(0)_opt2:", CdxA0_opt2, "[m²] average CdxA for zero yaw angle (yaw angle correction performed before averaging of measurement sections)") FileOut.WriteLine("# CdxA(0)_opt2:", CdxA0_opt2, "[m²] average CdxA for zero yaw angle (yaw angle correction performed before averaging of measurement sections)")
FileOut.WriteLine("") FileOut.WriteLine("#")
FileOut.WriteLine("Validity criteria:") FileOut.WriteLine("# Validity criteria:")
If valid_t_tire Then If valid_t_tire Then
FileOut.WriteLine("Tire temp:", "Ok") FileOut.WriteLine("# Tire temp:", "Ok")
Else Else
FileOut.WriteLine("Tire temp:", "Invalid test - maximum variation of tyre temperature exceeded") FileOut.WriteLine("# Tire temp:", "Invalid test - maximum variation of tyre temperature exceeded")
End If End If
If valid_RRC Then If valid_RRC Then
FileOut.WriteLine("RRC:", "Ok") FileOut.WriteLine("# RRC:", "Ok")
Else Else
FileOut.WriteLine("RRC:", "Invalid test - maximum deviation of RRCs between low speed tests exceeded") FileOut.WriteLine("# RRC:", "Invalid test - maximum deviation of RRCs between low speed tests exceeded")
End If End If
If valid_t_amb Then If valid_t_amb Then
FileOut.WriteLine("Ambient temp:", "Ok") FileOut.WriteLine("# Ambient temp:", "Ok")
Else Else
FileOut.WriteLine("Ambient temp:", "Invalid test - variation of ambient temperature (at the vehicle) outside boundaries") FileOut.WriteLine("# Ambient temp:", "Invalid test - variation of ambient temperature (at the vehicle) outside boundaries")
End If End If
FileOut.WriteLine("") FileOut.WriteLine("#")
' Write the head ' Write the head and units
FileOut.WriteLine(ErgHead("ErgValuesReg")) FileOut.WriteLine(ErgHead("ErgValuesReg"))
' Write the units
FileOut.WriteLine(ErgUnits("ErgValuesReg"))
' Write the data ' Write the data
For i = 0 To ErgValuesReg.Item(tCompErgReg.SecID).Count - 1 For i = 0 To ErgValuesReg.Item(tCompErgReg.SecID).Count - 1
For Each key In ErgEntryListReg For Each key In ErgEntryListReg
...@@ -270,7 +261,6 @@ ...@@ -270,7 +261,6 @@
s.Clear() s.Clear()
first = True first = True
Next i Next i
End Using End Using
' Ausgabe bei blockierter Datei ' Ausgabe bei blockierter Datei
...@@ -529,7 +519,7 @@ ...@@ -529,7 +519,7 @@
End If End If
End Sub End Sub
' Generate the head output string ' Generate the head output string with units
Public Function ErgHead(ByVal Dic As String) As String Public Function ErgHead(ByVal Dic As String) As String
Dim s As New System.Text.StringBuilder Dim s As New System.Text.StringBuilder
Dim key As String Dim key As String
...@@ -539,85 +529,37 @@ ...@@ -539,85 +529,37 @@
If Dic = "InputData" Then If Dic = "InputData" Then
For Each key In ErgEntryListI For Each key In ErgEntryListI
If Not First Then s.Append(",") If Not First Then s.Append(",")
s.Append(ErgEntriesI(key).Head) s.Append(ErgEntriesI(key).Head + " " + ErgEntriesI(key).Unit)
First = False
Next
ElseIf Dic = "InputUndefData" Then
For Each key In ErgEntryListIU
If Not First Then s.Append(",")
s.Append(ErgEntriesIU(key).Head)
First = False
Next
ElseIf Dic = "CalcData" Then
For Each key In ErgEntryListC
If Not First Then s.Append(",")
s.Append(ErgEntriesC(key).Head)
First = False
Next
ElseIf Dic = "ErgValues" Then
For Each key In ErgEntryListR
If Not First Then s.Append(",")
s.Append(ErgEntriesR(key).Head)
First = False
Next
ElseIf Dic = "ErgValuesUndef" Then
For Each key In ErgEntryListRU
If Not First Then s.Append(",")
s.Append(ErgEntriesRU(key).Head)
First = False
Next
ElseIf Dic = "ErgValuesReg" Then
For Each key In ErgEntryListReg
If Not First Then s.Append(",")
s.Append(ErgEntriesReg(key).Head)
First = False
Next
End If
Return s.ToString
End Function
' Generate the unit output string
Public Function ErgUnits(ByVal Dic As String) As String
Dim s As New System.Text.StringBuilder
Dim First As Boolean
Dim key As String
First = True
If Dic = "InputData" Then
For Each key In ErgEntryListI
If Not First Then s.Append(",")
s.Append(ErgEntriesI(key).Unit)
First = False First = False
Next Next
ElseIf Dic = "InputUndefData" Then ElseIf Dic = "InputUndefData" Then
For Each key In ErgEntryListIU For Each key In ErgEntryListIU
If Not First Then s.Append(",") If Not First Then s.Append(",")
s.Append(ErgEntriesIU(key).Unit) s.Append(ErgEntriesIU(key).Head + " " + ErgEntriesIU(key).Unit)
First = False First = False
Next Next
ElseIf Dic = "CalcData" Then ElseIf Dic = "CalcData" Then
For Each key In ErgEntryListC For Each key In ErgEntryListC
If Not First Then s.Append(",") If Not First Then s.Append(",")
s.Append(ErgEntriesC(key).Unit) s.Append(ErgEntriesC(key).Head + " " + ErgEntriesC(key).Unit)
First = False First = False
Next Next
ElseIf Dic = "ErgValues" Then ElseIf Dic = "ErgValues" Then
For Each key In ErgEntryListR For Each key In ErgEntryListR
If Not First Then s.Append(",") If Not First Then s.Append(",")
s.Append(ErgEntriesR(key).Unit) s.Append(ErgEntriesR(key).Head + " " + ErgEntriesR(key).Unit)
First = False First = False
Next Next
ElseIf Dic = "ErgValuesUndef" Then ElseIf Dic = "ErgValuesUndef" Then
For Each key In ErgEntryListRU For Each key In ErgEntryListRU
If Not First Then s.Append(",") If Not First Then s.Append(",")
s.Append(ErgEntriesRU(key).Unit) s.Append(ErgEntriesRU(key).Head + " " + ErgEntriesRU(key).Unit)
First = False First = False
Next Next
ElseIf Dic = "ErgValuesReg" Then ElseIf Dic = "ErgValuesReg" Then
For Each key In ErgEntryListReg For Each key In ErgEntryListReg
If Not First Then s.Append(",") If Not First Then s.Append(",")
s.Append(ErgEntriesReg(key).Unit) s.Append(ErgEntriesReg(key).Head + " " + ErgEntriesReg(key).Unit)
First = False First = False
Next Next
End If End If
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"Title": "vecto-cse JOB", "Title": "vecto-cse JOB",
"FileVersion": "1.0.0", "FileVersion": "1.0.0",
"AppVersion": "2.0.1-pre2", "AppVersion": "2.0.1-pre2",
"ModifiedDate": "2014/06/05 04:11:53 +02:00", "ModifiedDate": "2014.06.10 08:25:44 +02:00",
"CreatedBy": "ISIS\\anastkn@JRC(lic: 04c137c0-24df-4d90-a3e2-b02fe3dba8ea)", "CreatedBy": "VKMTHD\\martindippold@Dippold(lic: 88070b7c-1b69-4d65-a112-10c57f86f5ad)",
"StrictBody": false, "StrictBody": false,
"BodySchema": null "BodySchema": null
}, },
......
This diff is collapsed.
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Resultfile Programm VECTO_CSE 2.0.1-pre2 Comp 04/06/2014
Datafile LS1: ,d:\Work\vecto-cse.git\CSE\bin\Debug\DemoData\DataDemo_LS1.csdat
Datafile HS: ,d:\Work\vecto-cse.git\CSE\bin\Debug\DemoData\DataDemo_HS.csdat
Datafile LS2: ,d:\Work\vecto-cse.git\CSE\bin\Debug\DemoData\DataDemo_LS2.csdat
Results
fv_veh:,0.970873786407766,[-] calibration factor for vehicle speed
fv_veh_opt2:,0.969525450405305,[-] calibration factor for vehicle speed (option2, only if (D)GPS option is used)
fv_pe:,1.07256230008039,[-] calibration factor for air speed (position error)
fa_pe:,1,[-] position error correction factor for measured air inflow angle (beta)
beta_ame:,-0.0146402089298575,[°] calibration factor for beta (misalignment)
CdxA:,5.59562995689675,[m²] average CdxA before yaw angle correction
beta:,0.946513052271824,[°] average absolute yaw angle from high speed tests
delta_CdxA:,0.0806921307322776,[m²] correction of CdxA for yaw angle
CdxA(0):,5.51493782616447,[m²] average CdxA for zero yaw angle
CdxA(0)_opt2:,5.50584267299323,[m²] average CdxA for zero yaw angle (yaw angle correction performed before averaging of measurement sections)
Validity criteria:
Tire temp:,Ok
RRC:,Invalid test - maximum deviation of RRCs between low speed tests exceeded
Ambient temp:,Ok
SecID,DirID,F2_ref,F2_LS1_ref,F2_LS2_ref,F0_ref,F0,F0_LS1_ref,F0_LS1,F0_LS2_ref,F0_LS2,CdxA,CdxA0,delta_CdxA,beta_abs_HS,roh_air_LS,RRC,RRC_LS1,RRC_LS2,RRC_valid,t_tire_LS_min,t_tire_LS_max,t_tire_HS_min,t_tire_HS_max
[-],[-],[N/(m2/s2)],[N/(m2/s2)],[N/(m2/s2)],[N],[N],[N],[N],[N],[N],[m2],[m2],[m2],[°],[kg/m3],[kg/t],[kg/t],[kg/t],[-],[°],[°],[°],[°]
1,1,3.35994856992982,3.2835744862296,3.44105348696315,1297.70660054197,1311.19111506185,1337.58053717346,1351.74473215944,1256.19946640268,1269.00347420728,5.6545750331982,5.58045709982345,0.074117933374757,0.869398176872766,1.20074873627284,5.34634501554271,5.51170125243401,5.17432609258829,0,40,40,40,40
2,1,3.63944981827289,3.55540338749871,3.72846674358952,1277.96798305583,1291.21016204452,1318.832824774,1332.79443333568,1235.49086608716,1248.01561410732,6.12495746546903,6.07272988105097,0.0522275844180603,0.612625913973401,1.20071411477506,5.264873239733,5.43443194020664,5.0887486813754,0,40,40,40,40
2,2,3.1557522469832,3.14290110454808,3.16766172892009,1284.60686023971,1298.0082018041,1291.31134655767,1305.1182679414,1278.2551648806,1291.25800058512,5.31092589525055,5.21666247359047,0.0942634216600872,1.04397660316078,1.20079771787383,5.29259205628583,5.3215831516469,5.26506830004127,1,40,40,40,40
1,2,3.14454298362732,3.11294236546399,3.17526193310334,1276.54298553437,1289.81992930881,1293.96793978385,1307.67877886918,1259.44960715748,1272.30284438246,5.29206143366922,5.15352123750804,0.138540196161176,1.26005151508036,1.2007602252572,5.25920460472501,5.33202356317709,5.1877791819876,1,40,40,40,40
Resultfile Programm VECTO_CSE 2.0.1-pre2 Comp 04/06/2014
Datafile: ,d:\Work\vecto-cse.git\CSE\bin\Debug\DemoData\DataDemo_CAL.csdat
Results
fv_veh:,0.970873786407766
fv_veh_opt2:,0.969525450405305
fv_pe:,1.07256230008039
beta_ame:,-0.0146402089298575
SecID,DirID,delta t,length,delta s,v (s),v (GPS),v_veh_CAN,v_veh,vair_ar,vair_ic,vair_uf,beta_ar,beta_ic,beta_uf,valid,used,vair,v_wind_avg,v_wind_1s,v_wind_1s_max,beta_avg,Satelites
[-],[-],[s],[m],[m],[km/h],[km/h],[km/h],[km/h],[m/s],[m/s],[m/s],[°],[°],[°],[-],[-],[m/s],[m/s],[m/s],[m/s],[°],[#]
1,1,11.2999999999956,250.64,251.06156111111,79.8499115044556,79.980893015031,82.3803198054819,79.9808930150309,19.2047323410964,19.2047323410964,20.5982718921946,4.58733863837312,4.58733863837312,4.60197884730294,1,1,20.9205584600433,2.05144694029172,2.06078827658996,2.48821778703183,3.59825941679147,10
2,1,10.9800000000032,250.64,250.912308333333,82.1770491803039,82.2683703366696,84.7364214467697,82.2683703366694,20.7004457082166,20.7004457082166,22.202517661494,4.24483166515014,4.24483166515014,4.25947187407998,1,1,22.3246370976915,1.75288731461579,1.74951110158143,2.50600536187054,3.36080419011004,10
2,2,10.6399999999994,250.64,251.079975000004,84.8030075188016,84.9518938967139,87.500450713615,84.9518938967137,24.4830147104789,24.4830147104789,26.2595585707733,-2.99528638497653,-2.99528638497653,-2.98064617604665,1,1,25.6975425602985,2.96381046383982,2.95859223911614,4.04875682052309,-2.4118413203022,10
1,2,10.6200000000026,250.64,250.653049999998,84.9627118643858,84.9671843838193,87.5161999153339,84.9671843838193,24.3854412041392,24.3854412041392,26.1549049063867,-3.94731890874883,-3.94731890874883,-3.93267869981895,1,1,25.6141012814203,2.71482671240834,2.73571044973458,3.11133120406284,-3.17781213238794,10
1,1,10.6600000000035,250.64,251.305150000007,84.6439024389967,84.8684414245547,87.4144946672915,84.8684414245545,20.423548474433,20.423548474433,21.9055281275412,3.10311152764761,3.10311152764761,3.11775173657748,1,1,22.2395970577366,2.15758798287004,2.15596252162967,3.01095054219496,2.44244069604741,11
2,1,10.6299999999974,250.64,250.740250000003,84.8827845719871,84.9167556390976,87.4642583082707,84.9167556390975,20.8091613408552,20.8091613408552,22.3191219504917,4.53062969924812,4.53062969924812,4.54526990817795,1,1,22.5683791277934,2.04684556737981,2.04887668260274,2.6707528319135,3.56858096370439,11
2,2,10.6399999999994,250.64,251.161469444402,84.8030075188016,84.9794525821593,87.5288361596245,84.9794525821593,25.2851661971831,25.2851661971831,27.1199160143656,-3.64835680751174,-3.64835680751174,-3.63371659858185,1,1,26.3810037625997,3.4025448111635,3.39375281916646,4.73290350946043,-2.95609886931979,11
1,2,10.6299999999974,250.64,250.883047222233,84.8827845719871,84.9650827067666,87.5140351879699,84.9650827067665,25.5052321428571,25.5052321428571,27.3559504512272,-4.3468515037594,-4.3468515037594,-4.33221129482955,1,1,26.5665260811242,3.46402443986083,3.45904609996253,3.87962695918893,-3.52803976643078,11
1,1,10.6699999999983,250.64,251.389638888875,84.564573570773,84.8172659176031,87.3617838951312,84.817265917603,20.9580187265918,20.9580187265918,22.4787807705212,4.37001872659176,4.37001872659176,4.3846589355216,1,1,22.6897812331174,1.91566960075542,1.91948450178784,2.57163386999929,3.45037263594077,10.9578651685393
2,1,10.6100000000006,250.64,250.522013888905,85.042789820919,85.0027608286254,87.5528436534842,85.0027608286253,20.1733860117326,20.1733860117326,21.6372133011535,2.06714689265537,2.06714689265537,2.08178710158524,1,1,22.0347477291324,2.1643906782952,2.16218964307667,2.90537070431992,1.62906522257328,11
2,2,10.6399999999994,250.64,251.287411111072,84.8030075188016,85.0221014084504,87.5727644507042,85.0221014084503,22.9512412102254,22.9512412102254,24.6166360621392,-2.84734272300469,-2.84734272300469,-2.83270251407481,1,1,24.3981916289737,2.2784365004619,2.28011873674138,3.15243551237854,-2.26319115383399,11
1,2,10.6200000000026,250.64,250.701952777805,84.9627118643858,84.9837347130762,87.5332467544686,84.9837347130761,22.0684923173472,22.0684923173472,23.6698328792003,-2.97273753527752,-2.97273753527752,-2.95809732634764,1,1,23.6448681120931,2.53164629963977,2.53163960024531,4.7728272572806,-2.35774344767187,11
1,1,10.6500000000015,250.64,251.246211111125,84.7233802816786,84.9282185741085,87.476065131332,84.9282185741085,21.0841275797373,21.0841275797373,22.6140403721115,2.67296435272045,2.67296435272045,2.68760456165032,1,1,22.8054085139022,1.75620604512164,1.75093033284061,2.11669361295276,2.11854799714766,11
2,1,10.6199999999953,250.64,250.740211111053,84.962711864444,84.9967460018813,87.546648381938,84.9967460018812,19.9295717047883,19.9295717047883,21.3757072673048,3.18634995296331,3.18634995296331,3.20099016189319,1,1,21.8271499334462,2.29191380301035,2.29455661202474,2.69500466966294,2.49381558235465,11
2,2,10.6400000000067,250.64,251.261583333351,84.8030075187436,85.0132826291077,87.5636811079812,85.0132826291076,23.8435797078967,23.8435797078967,25.5737246936518,-3.60260093896714,-3.60260093896714,-3.58796073003725,1,1,25.1563346989473,2.92164117409983,2.91396854500408,3.89769192883227,-2.88661461847264,12
1,2,10.6200000000026,250.64,250.772691666763,84.9627118643858,85.0077262464721,87.5579580338664,85.0077262464719,21.655141841778,21.655141841778,23.2264887423845,-2.08508936970837,-2.08508936970837,-2.0704491607785,1,1,23.295669766807,2.16141978932772,2.15602575168964,2.55739486061537,-1.63997716422231,11.9736594543744
1,1,11.010000000002,250.64,251.42269444454,81.9531335149712,82.2046869328493,84.6708275408348,82.2046869328492,20.0300408348458,20.0300408348458,21.4834666685263,3.54302177858439,3.54302177858439,3.55766198751427,1,1,21.7519193705405,1.83603227630758,1.83442035531111,2.30425457666498,2.79093211919706,12
2,1,10.6399999999994,250.64,250.544680555595,84.8030075188016,84.770491079812,87.3136058122065,84.7704910798119,19.6614818466009,19.6614818466009,21.0881641923792,0.206863849765258,0.206863849765258,0.221504058695125,1,1,21.5861236805638,2.49029999209866,2.49612245034897,3.20720217945855,0.182834531633771,12
2,2,10.6499999999942,250.64,251.546991666797,84.7233802817365,85.0298949343339,87.5807917823639,85.0298949343337,23.1302271732176,23.1302271732176,24.8086096582882,-3.6860225140713,-3.6860225140713,-3.67138230514141,1,1,24.5506634748299,2.37368634609562,2.37794065535816,3.44736325358289,-2.93355515524658,9.98874296435272
1,2,10.6100000000006,250.64,250.579952777869,85.042789820919,85.0224472693033,87.5731206873824,85.0224472693032,21.0989849864689,21.0989849864689,22.6299758664488,-2.67347457627119,-2.67347457627119,-2.65883436734131,1,1,22.8228437304162,2.30302448136356,2.29654970166439,2.88201437100777,-2.09526320787307,10
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment