Class 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 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 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 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