Package org.orekit.files.ilrs
Class CRD.FrRangeMeasurement
- java.lang.Object
-
- org.orekit.files.ilrs.CRD.RangeMeasurement
-
- org.orekit.files.ilrs.CRD.FrRangeMeasurement
-
- All Implemented Interfaces:
TimeStamped
- Enclosing class:
- CRD
public static class CRD.FrRangeMeasurement extends CRD.RangeMeasurement
Range record -- Full rate, Sampled Engineering/Quicklook.- Since:
- 12.0
-
-
Constructor Summary
Constructors Constructor Description FrRangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, String systemConfigurationId, int filterFlag, int detectorChannel, int stopNumber, int receiveAmplitude, int transmitAmplitude)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDetectorChannel()Get the detector channel.intgetFilterFlag()Get the filter flag.intgetReceiveAmplitude()Get the receive amplitude.intgetStopNumber()Get the stop number.intgetTransmitAmplitude()Get the transmit amplitude.StringtoCrdString()Get a string representation of the instance in the CRD format.StringtoString()-
Methods inherited from class org.orekit.files.ilrs.CRD.RangeMeasurement
getDate, getEpochEvent, getSnr, getSystemConfigurationId, getTimeOfFlight
-
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
-
FrRangeMeasurement
public FrRangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, String systemConfigurationId, int filterFlag, int detectorChannel, int stopNumber, int receiveAmplitude, int transmitAmplitude)
Constructor.- Parameters:
date- data epochtimeOfFlight- time of flight in secondsepochEvent- indicates the time event referencesystemConfigurationId- system configuration idfilterFlag- filter flagdetectorChannel- detector channelstopNumber- stop numberreceiveAmplitude- receive amplitudetransmitAmplitude- transmit amplitude
-
-
Method Detail
-
getFilterFlag
public int getFilterFlag()
Get the filter flag.- Returns:
- the filter flag
-
getDetectorChannel
public int getDetectorChannel()
Get the detector channel.- Returns:
- the detector channel
-
getStopNumber
public int getStopNumber()
Get the stop number.- Returns:
- the stop number
-
getReceiveAmplitude
public int getReceiveAmplitude()
Get the receive amplitude.- Returns:
- the receive amplitude, -1 if not measured
-
getTransmitAmplitude
public int getTransmitAmplitude()
Get the transmit amplitude.- Returns:
- the transmit amplitude, -1 if not measured
-
toCrdString
@DefaultDataContext public String toCrdString()
Get a string representation of the instance in the CRD format.- Overrides:
toCrdStringin classCRD.RangeMeasurement- Returns:
- a string representation of the instance, in the CRD format.
-
toString
@DefaultDataContext public String toString()
-
-