public static class CRD.CalibrationDetail extends CRD.Calibration
Constructor and Description |
---|
CalibrationDetail(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 |
---|---|
String |
toCrdString()
获取实例的CRD格式的字符串表示。
|
getDate, getDelayShift, getDetectorChannel, getKurtosis, getNumberOfPointsRecorded, getNumberOfPointsUsed, getOneWayDistance, getPeakMinusMean, getReturnRate, getRms, getShiftTypeIndicator, getSkew, getSpan, getSystemConfigurationId, getSystemDelay, getTypeIndicator, getTypeOfData, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
durationFrom
public CalibrationDetail(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
- 原始系统延迟的RMS
skew
- 原始系统延迟值与均值的偏差
kurtosis
- 原始系统延迟值与均值的峰度
peakMinusMean
- 系统延迟峰值 - 均值
typeIndicator
- 校准类型指示器
shiftTypeIndicator
- 校准偏移类型指示器
detectorChannel
- 探测器通道
span
- 校准跨度
returnRate
- 返回率(%)
@DefaultDataContext public String toCrdString()
toCrdString
在类 CRD.Calibration
Copyright © 2002-2023 CS GROUP. All rights reserved.