Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

* new Version number

parent 78869858
Branches
Tags
No related merge requests found
VECTO-CSE: Changes
===================
#### 2014-11-13: v2.0.1-beta5 ####
Mostly TUG improvements:
* Handling of time steps where coordinates are constant over a certain time period (GPS accuracy issue) set gradient to 0 to avoid division by zero
* Allow also non-continuous input data in *.csdat files
* Direct start option included
* Anemometer instrument calibration removed from CSE calculation
* Update of definition of beta-signal (180° = air flow from front)
* Acceleration correction: true as default
* Control if heading and given direction is always the same
* set criteria to "standard" when CSE opens
* store information when switching between tabs
* ResetCriteria and ImportCriteria do not clear main tab
* New Version number.
#### 2014-11-13: v2.0.1-beta4 ####
Mostly TUG improvements:
......
......@@ -13,7 +13,7 @@ Module declaration_public
' Description of the form
Public Const AppName As String = "VECTO_CSE" ' Name of the programm
Public Const AppVers As String = "2.0.1-beta4" ' Version of the Programm
Public Const AppVers As String = "2.0.1-beta5" ' Version of the Programm
Public AppDate As String ' Date of the compilation of the programm
' Control variables
......
......@@ -2,8 +2,8 @@
"Header": {
"Title": "vecto-cse JOB",
"FileVersion": "1.0.0",
"AppVersion": "2.0.1-beta4",
"ModifiedDate": "2015.05.21 10:58:40 +02:00",
"AppVersion": "2.0.1-beta5",
"ModifiedDate": "2015.05.21 11:30:53 +02:00",
"CreatedBy": "VKMTHD\\martindippold@Dippold(lic: 88070b7c-1b69-4d65-a112-10c57f86f5ad)",
"StrictBody": null,
"BodySchema": {
......@@ -342,17 +342,17 @@
"t_amb_tarmac": 25
}
},
"fv_veh": 0.971,
"fa_pe": 1.0,
"fv_pe": 1.073,
"beta_ame": -0.02,
"CdxA": 5.59443,
"beta": 0.94591,
"delta_CdxA": 0.02895,
"CdxA0": 5.56548,
"CdxA0_opt2": 5.5631,
"valid_t_tire": true,
"valid_t_amb": true,
"fv_veh": 0.0,
"fa_pe": 0.0,
"fv_pe": 0.0,
"beta_ame": 0.0,
"CdxA": 0.0,
"beta": 0.0,
"delta_CdxA": 0.0,
"CdxA0": 0.0,
"CdxA0_opt2": 0.0,
"valid_t_tire": false,
"valid_t_amb": false,
"valid_RRC": false
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment