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 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 epoch
      timeOfFlight - time of flight in seconds
      epochEvent - indicates the time event reference
      systemConfigurationId - system configuration id
      filterFlag - filter flag
      detectorChannel - detector channel
      stopNumber - stop number
      receiveAmplitude - receive amplitude
      transmitAmplitude - 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

      @DefaultDataContext public String toCrdString()
      Get a string representation of the instance in the CRD format.
      Overrides:
      toCrdString in class CRD.RangeMeasurement
      Returns:
      a string representation of the instance, in the CRD format.
    • toString

      @DefaultDataContext public String toString()
      Overrides:
      toString in class Object