public class GeometryFreeCycleSlipDetector extends AbstractCycleSlipDetector
要构建检测器,需要提供阈值和间隔时间限制。构建检测器后,可以访问一个CycleData列表。每个CycleData表示站点(由RINEX文件定义)与特定频率的卫星之间的链接。对于每个周期数据,可以访问可用性的开始和结束,以及一个排序集,其中包含检测到周期跳变的所有日期
Constructor and Description |
---|
GeometryFreeCycleSlipDetector(double dt, double threshold, int n)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
protected void |
manageData(ObservationDataSet observation)
该方法负责收集测量数据,管理它们,并调用检测方法。
|
cycleSlipDataSet, detect, getMaxTimeBeetween2Measurement, getMinMeasurementNumber, getResults, getStuffReference, setName
public GeometryFreeCycleSlipDetector(double dt, double threshold, int n)
dt
- 两个连续测量之间的时间间隔阈值(如果两个连续测量之间的时间大于dt,则声明发生了周期跳变)
threshold
- 周期跳变发生的阈值
n
- 开始前的测量次数
protected void manageData(ObservationDataSet observation)
manageData
在类 AbstractCycleSlipDetector
observation
- 观测数据集
Copyright © 2002-2023 CS GROUP. All rights reserved.