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 int
getDetectorChannel()
Get the detector channel.int
getFilterFlag()
Get the filter flag.int
getReceiveAmplitude()
Get the receive amplitude.int
getStopNumber()
Get the stop number.int
getTransmitAmplitude()
Get the transmit amplitude.String
toCrdString()
Get a string representation of the instance in the CRD format.String
toString()
-
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:
toCrdString
in classCRD.RangeMeasurement
- Returns:
- a string representation of the instance, in the CRD format.
-
toString
@DefaultDataContext public String toString()
-
-