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 @@
- +
- +