补充data4与data5联合标定流程并显式配置RTK高度

This commit is contained in:
lichun.qu
2026-07-28 15:36:00 +08:00
parent e847cd4590
commit 24eaa8508e
9 changed files with 289 additions and 20 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
param(
[Parameter(Mandatory = $true)][string]$CombinedRoot,
[Parameter(Mandatory = $true)][double]$RtkReferenceHeightAboveGroundM,
[string]$OutputRoot = "",
[string]$WorkRoot = "",
[double]$RtkReferenceHeightAboveGroundM = 0.8535,
[int]$ExpectedStations = 34,
[int]$MinPairs = 20,
[int]$Bootstrap = 200