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)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
getDate, getDelayShift, getDetectorChannel, getKurtosis, getNumberOfPointsRecorded, getNumberOfPointsUsed, getOneWayDistance, getPeakMinusMean, getReturnRate, getRms, getShiftTypeIndicator, getSkew, getSpan, getSystemConfigurationId, getSystemDelay, getTypeIndicator, getTypeOfData, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdurationFrompublic 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 - data epochtypeOfData - type of datasystemConfigurationId - system configuration idnumberOfPointsRecorded - number of data points recordednumberOfPointsUsed - number of data points usedoneWayDistance - one-way target distance (nominal)systemDelay - calibration system delaydelayShift - calibration delay shift - a measure of calibration stabilityrms - RMS of raw system delayskew - skew of raw system delay values from the mean.kurtosis - kurtosis of raw system delay values from the mean.peakMinusMean - system delay peak – mean valuetypeIndicator - calibration type indicatorshiftTypeIndicator - calibration shift type indicatordetectorChannel - detector channelspan - calibration spanreturnRate - return rate (%)@DefaultDataContext public String toCrdString()
toCrdString in class CRD.CalibrationCopyright © 2002-2023 CS GROUP. All rights reserved.