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)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
double |
getDelayShift()
Get the calibration delay shift.
|
int |
getDetectorChannel()
Get the detector channel.
|
double |
getKurtosis()
Get the kurtosis of raw system delay values from the mean.
|
int |
getNumberOfPointsRecorded()
Get the number of data points recorded.
|
int |
getNumberOfPointsUsed()
Get the number of data points used.
|
double |
getOneWayDistance()
Get the one-way target distance (nominal).
|
double |
getPeakMinusMean()
Get the system delay peak – mean value.
|
double |
getReturnRate()
Get the return rate.
|
double |
getRms()
Get the rms of raw system delay.
|
int |
getShiftTypeIndicator()
Get the calibration shift type indicator.
|
double |
getSkew()
Get the skew of raw system delay values from the mean.
|
int |
getSpan()
Get the calibration span.
|
String |
getSystemConfigurationId()
Get the system configuration id.
|
double |
getSystemDelay()
Get the calibration system delay.
|
int |
getTypeIndicator()
Get the calibration type indicator.
|
int |
getTypeOfData()
Get the type of data.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
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
- 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 (%)public AbsoluteDate getDate()
TimeStamped
getDate
in interface 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.