public static class CRD.NptRangeMeasurement extends CRD.RangeMeasurement
| Constructor and Description |
|---|
NptRangeMeasurement(AbsoluteDate date,
double timeOfFlight,
int epochEvent,
double snr,
String systemConfigurationId)
Constructor.
|
NptRangeMeasurement(AbsoluteDate date,
double timeOfFlight,
int epochEvent,
double snr,
String systemConfigurationId,
double windowLength,
int numberOfRawRanges,
double binRms,
double binSkew,
double binKurtosis,
double binPeakMinusMean,
double returnRate,
int detectorChannel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getBinKurtosis()
Get the bin kurtosis from the mean of raw accepted time-of-flight values minus the trend function.
|
double |
getBinPeakMinusMean()
Get the bin peak - mean value.
|
double |
getBinRms()
Get the bin RMS from the mean of raw accepted time-of-flight values minus the trend function.
|
double |
getBinSkew()
Get the bin skew from the mean of raw accepted time-of-flight values minus the trend function.
|
int |
getDetectorChannel()
Get the detector channel.
|
int |
getNumberOfRawRanges()
Get the umber of raw ranges (after editing) compressed into the normal point.
|
double |
getReturnRate()
Get the return rate.
|
double |
getWindowLength()
Get the normal point window length.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
String |
toString() |
getDate, getEpochEvent, getSnr, getSystemConfigurationId, getTimeOfFlightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdurationFrompublic NptRangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr, String systemConfigurationId)
date - data epochtimeOfFlight - time of flight in secondsepochEvent - indicates the time event referencesnr - signal to noise ratio (can be Double.NaN if unkonwn)systemConfigurationId - System configuration idpublic NptRangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr, String systemConfigurationId, double windowLength, int numberOfRawRanges, double binRms, double binSkew, double binKurtosis, double binPeakMinusMean, double returnRate, int detectorChannel)
date - data epochtimeOfFlight - time of flight in secondsepochEvent - indicates the time event referencesnr - signal to noise ratio (can be Double.NaN if unkonwn)systemConfigurationId - System configuration idwindowLength - normal point window lengthnumberOfRawRanges - number of raw ranges (after editing) compressed into the normal pointbinRms - Bin RMS from the mean of raw accepted time-of-flight values minus the trend functionbinSkew - Bin skew from the mean of raw accepted time-of-flight values minus the trend functionbinKurtosis - Bin kurtosis from the mean of raw accepted time-of-flight values minus the trend functionbinPeakMinusMean - Bin peak - mean valuereturnRate - Return rate [%]detectorChannel - detector channelpublic double getWindowLength()
public int getNumberOfRawRanges()
public double getBinRms()
public double getBinSkew()
public double getBinKurtosis()
public double getBinPeakMinusMean()
public double getReturnRate()
public int getDetectorChannel()
@DefaultDataContext public String toCrdString()
toCrdString in class CRD.RangeMeasurement@DefaultDataContext public String toString()
Copyright © 2002-2023 CS GROUP. All rights reserved.