public static class CRD.Calibration extends Object implements TimeStamped
Constructor and Description |
---|
Calibration(AbsoluteDate date, int typeOfData, String systemConfigurationId, int numberOfPointsRecorded, int numberOfPointsUsed, double oneWayDistance, double systemDelay, double delayShift, double rms, double skew, double kurtosis, double peakMinusMean, int typeIndicator, int shiftTypeIndicator, int detectorChannel, int span, double returnRate)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
获取日期。
|
double |
getDelayShift()
获取校准延迟偏移。
|
int |
getDetectorChannel()
获取探测器通道。
|
double |
getKurtosis()
获取原始系统延迟值相对于均值的峭度。
|
int |
getNumberOfPointsRecorded()
获取记录的数据点数。
|
int |
getNumberOfPointsUsed()
获取使用的数据点数。
|
double |
getOneWayDistance()
获取单程目标距离(名义值)。
|
double |
getPeakMinusMean()
获取系统延迟峰值 - 均值。
|
double |
getReturnRate()
获取返回率。
|
double |
getRms()
获取原始系统延迟的均方根值。
|
int |
getShiftTypeIndicator()
获取校准偏移类型指示器。
|
double |
getSkew()
获取原始系统延迟值相对于均值的偏斜度。
|
int |
getSpan()
获取校准跨度。
|
String |
getSystemConfigurationId()
获取系统配置ID。
|
double |
getSystemDelay()
获取校准系统延迟。
|
int |
getTypeIndicator()
获取校准类型指示器。
|
int |
getTypeOfData()
获取数据类型。
|
String |
toCrdString()
获取实例的CRD格式的字符串表示。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
durationFrom
public Calibration(AbsoluteDate date, int typeOfData, String systemConfigurationId, int numberOfPointsRecorded, int numberOfPointsUsed, double oneWayDistance, double systemDelay, double delayShift, double rms, double skew, double kurtosis, double peakMinusMean, int typeIndicator, int shiftTypeIndicator, int detectorChannel, int span, double returnRate)
date
- 数据时刻
typeOfData
- 数据类型
systemConfigurationId
- 系统配置ID
numberOfPointsRecorded
- 记录的数据点数
numberOfPointsUsed
- 使用的数据点数
oneWayDistance
- 单程目标距离(名义值)
systemDelay
- 校准系统延迟
delayShift
- 校准延迟偏移 - 校准稳定性的度量
rms
- 原始系统延迟的均方根值
skew
- 原始系统延迟值相对于均值的偏斜度
kurtosis
- 原始系统延迟值相对于均值的峭度
peakMinusMean
- 系统延迟峰值 - 均值
typeIndicator
- 校准类型指示器
shiftTypeIndicator
- 校准偏移类型指示器
detectorChannel
- 探测器通道
span
- 校准跨度
returnRate
- 返回率(%)
public AbsoluteDate getDate()
TimeStamped
getDate
在接口 TimeStamped
public int getTypeOfData()
public String getSystemConfigurationId()
public int getNumberOfPointsRecorded()
public int getNumberOfPointsUsed()
public double getOneWayDistance()
public double getSystemDelay()
public double getDelayShift()
public double getRms()
public double getSkew()
public double getKurtosis()
public double getPeakMinusMean()
public int getTypeIndicator()
public int getShiftTypeIndicator()
public int getDetectorChannel()
public int getSpan()
public double getReturnRate()
@DefaultDataContext public String toCrdString()
@DefaultDataContext public String toString()
Copyright © 2002-2023 CS GROUP. All rights reserved.