From c2a6c4390808d15ba2259e176a932071b025d54e Mon Sep 17 00:00:00 2001
From: Dippold Martin <dippold@ivt.tugraz.at>
Date: Thu, 21 May 2015 11:32:43 +0200
Subject: [PATCH] * new Version number

---
 CHANGES.md                         | 15 +++++++++++++++
 CSE/declaration_public.vb          |  2 +-
 DemoData/EvaluationDemo.csjob.json | 26 +++++++++++++-------------
 3 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index cff6663..5e8f1ce 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,20 @@
 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:
 
diff --git a/CSE/declaration_public.vb b/CSE/declaration_public.vb
index c8c2d75..fe26741 100644
--- a/CSE/declaration_public.vb
+++ b/CSE/declaration_public.vb
@@ -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
diff --git a/DemoData/EvaluationDemo.csjob.json b/DemoData/EvaluationDemo.csjob.json
index 1f77a6f..2f58e4f 100644
--- a/DemoData/EvaluationDemo.csjob.json
+++ b/DemoData/EvaluationDemo.csjob.json
@@ -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
-- 
GitLab