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
Calibration Detail Record.
- Since:
- 12.0
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationDetail(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
Modifier and TypeMethodDescriptionGet 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
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 Details
-
toCrdString
Get a string representation of the instance in the CRD format.- Overrides:
toCrdStringin classCRD.Calibration- Returns:
- a string representation of the instance, in the CRD format.
-