Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 208e796d authored by unknown's avatar unknown
Browse files

* Acceleration correction true as default

parent c4a6307f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ Public Class cCriteria
g = New JObject()
b.Processing = g
g.rho_air_ref = 1.1884
g.accel_correction = False
g.accel_correction = True
g.gradient_correction = False
g.hz_out = 1
g.rr_corr_factor = 1
......@@ -301,7 +301,7 @@ Public Class cCriteria
#Region "json props"
' Processing params
Public rr_corr_factor As Double
Public accel_correction As Boolean = False
Public accel_correction As Boolean = True
Public gradient_correction As Boolean = False
Public hz_out As Integer = 1
Public acc_corr_avg As Single
......
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