From bb65d86103897df395408f9f6c1861350ef1d250 Mon Sep 17 00:00:00 2001 From: weidong Date: Tue, 14 Nov 2023 22:15:15 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fixed=E5=BC=82=E5=B8=B8=E9=97=A8=E9=99=90?= =?UTF-8?q?=E7=9A=84=E5=8D=95=E4=BD=8D=E5=BA=94=E8=AF=A5=E6=98=AFmm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/GNSSDeviceLocationRecordServiceImpl.java | 8 ++++---- .../src/main/resources/templates/page/gnss_group_cfg.html | 4 ++-- .../templates/page/table/gnss_add_group_calc.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/service/GNSSDeviceLocationRecordServiceImpl.java b/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/service/GNSSDeviceLocationRecordServiceImpl.java index eb707f38..9ffae4b1 100644 --- a/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/service/GNSSDeviceLocationRecordServiceImpl.java +++ b/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/service/GNSSDeviceLocationRecordServiceImpl.java @@ -40,14 +40,14 @@ public class GNSSDeviceLocationRecordServiceImpl implements GNSSDeviceLocationRe public static final long FILTER_SHORT_CYCLE = 4 * 60 * 60 * 1000; public static final long FILTER_LONG_CYCLE = 25 * 60 * 60 * 1000; static final int FILTER_MAX_RECORD_NUM = 50; - static final double XY_THRESHOLD = 3; //水平异常点50mm - static final double Z_THRESHOLD = 3; //高程异常点50mm + static final double XY_THRESHOLD = 30; //水平异常点30mm + static final double Z_THRESHOLD = 30; //高程异常点30mm long shortCycle; long longCycle; boolean enableAutoFilter = false; - double xyThreshold = XY_THRESHOLD; //水平异常点50mm - double zThreshold = Z_THRESHOLD; //高程异常点50mm + double xyThreshold = XY_THRESHOLD; //水平异常点30mm + double zThreshold = Z_THRESHOLD; //高程异常点30mm class FilterSetting{ public long startTime; diff --git a/sec-beidou/src/main/resources/templates/page/gnss_group_cfg.html b/sec-beidou/src/main/resources/templates/page/gnss_group_cfg.html index 39663e7d..f0e5404c 100644 --- a/sec-beidou/src/main/resources/templates/page/gnss_group_cfg.html +++ b/sec-beidou/src/main/resources/templates/page/gnss_group_cfg.html @@ -148,8 +148,8 @@ cols: [[ {field: 'id', title: '组号', sort: true}, {field: 'filter_hour', title: '平滑窗口(小时)'}, - {field: 'xy_threshold', title: '水平异常门限(cm)'}, - {field: 'z_threshold', title: '垂直异常门限(cm)'}, + {field: 'xy_threshold', title: '水平异常门限(mm)'}, + {field: 'z_threshold', title: '垂直异常门限(mm)'}, {field: 'auto_filter', title: '自适应平滑', templet: '#autoFilterTrans'}, {field: 'filter_max_hour', title: '最大平滑窗口'}, {field: 'shock', title: 'shock'}, diff --git a/sec-beidou/src/main/resources/templates/page/table/gnss_add_group_calc.html b/sec-beidou/src/main/resources/templates/page/table/gnss_add_group_calc.html index 80b3a904..361b3218 100644 --- a/sec-beidou/src/main/resources/templates/page/table/gnss_add_group_calc.html +++ b/sec-beidou/src/main/resources/templates/page/table/gnss_add_group_calc.html @@ -14,13 +14,13 @@
- +
- +