Package org.orekit.files.ilrs
Class CRD.CalibrationDetail
- java.lang.Object
-
- org.orekit.files.ilrs.CRD.Calibration
-
- org.orekit.files.ilrs.CRD.CalibrationDetail
-
- All Implemented Interfaces:
TimeStamped
- Enclosing class:
- CRD
public static class CRD.CalibrationDetail extends CRD.Calibration
Calibration Detail Record.- Since:
- 12.0
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toCrdString()
Get a string representation of the instance in the CRD format.-
Methods inherited from class org.orekit.files.ilrs.CRD.Calibration
getDate, getDelayShift, getDetectorChannel, getKurtosis, getNumberOfPointsRecorded, getNumberOfPointsUsed, getOneWayDistance, getPeakMinusMean, getReturnRate, getRms, getShiftTypeIndicator, getSkew, getSpan, getSystemConfigurationId, getSystemDelay, getTypeIndicator, getTypeOfData, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Constructor Detail
-
CalibrationDetail
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)
Constructor.- Parameters:
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 (%)
-
-
Method Detail
-
toCrdString
@DefaultDataContext public String toCrdString()
Get a string representation of the instance in the CRD format.- Overrides:
toCrdString
in classCRD.Calibration
- Returns:
- a string representation of the instance, in the CRD format.
-
-