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
Range record -- Full rate, Sampled Engineering/Quicklook.
- Since:
- 12.0
-
Constructor Summary
ConstructorsConstructorDescriptionFrRangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, String systemConfigurationId, int filterFlag, int detectorChannel, int stopNumber, int receiveAmplitude, int transmitAmplitude) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintGet the detector channel.intGet the filter flag.intGet the receive amplitude.intGet the stop number.intGet the transmit amplitude.Get a string representation of the instance in the CRD format.toString()Methods inherited from class org.orekit.files.ilrs.CRD.RangeMeasurement
getDate, getEpochEvent, getSnr, getSystemConfigurationId, getTimeOfFlightMethods 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
-
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 Details
-
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
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
-