bug6076: add .vak file extension, convert forestay load to tons

This commit is contained in:
Axel Uhl
2025-02-04 16:45:16 +01:00
parent a2c8bb7ea4
commit 06cc9faff4
13 changed files with 195 additions and 96 deletions
@@ -70,7 +70,7 @@ public class TestReadingVakarosFiles {
Math.abs(sensorFix.get(BravoExtendedSensorDataMetadata.HEEL.getColumnIndex()) - -1.7) < EPSILON &&
Math.abs(sensorFix.get(BravoExtendedSensorDataMetadata.PITCH.getColumnIndex()) - 4.6) < EPSILON &&
Math.abs(sensorFix.get(BravoExtendedSensorDataMetadata.EXPEDITION_KICKER_TENSION.getColumnIndex()) - 1.4) < EPSILON &&
Math.abs(sensorFix.get(BravoExtendedSensorDataMetadata.FORESTAY_LOAD.getColumnIndex()) - 141.2) < EPSILON) {
Math.abs(sensorFix.get(BravoExtendedSensorDataMetadata.FORESTAY_LOAD.getColumnIndex()) - 0.1412) < EPSILON) {
foundSensorFix = true;
break;
}